On Tue, Nov 25, 2008 at 3:05 PM, Wolfgang Denk
<wd@denx.de> wrote:
Dear Matt,
Actually there is such reason - U-Boot traditionally allocates the log
buffer close to the upper end of system memory, so the start address
depends on the memory size on the board, which may vary.
I think I covered that in "I can think of a bunch of reasons why it's a good idea.. " - but the current implementation is hardcoded in the kernel so there is no problem with *certain* boards having it done this way, and that information being moved from the kernel into a static entry in a device tree.
--