Dear Scott Wood, In message <[email protected]> you wrote: > > > You don't write all your C code in a single line per function, or do > > you? > > Of course not, but this a rather different environment, that doesn't > support multiline code in the same way. It's more like macro > substitution, and yes, there are times when I'd have C macros that are > more than 256 characters.
Actually U-Boot does support multi-line macro definitions... > If 256 is "more than reasonably long", are you going to force all the > boards that set it to 512 or 1024 to change? Or does this just apply to > those boards that were unlucky enough to not have the bigger limit from > day one? Neither one nore the other. It applies to boards that use strings in their default environment that exceed the length of the buffer. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] It's hard to think of you as the end result of millions of years of evolution. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

