On Sun, Mar 24, 2013 at 11:54:07AM +0530, Sricharan R wrote: > Now with kernel moving to all device tree, the default > boot command is changed to pass the device tree blob. > Also, adding the findfdt command to get the dt-blob > based on the board. > > Thanks to Tom Rini <[email protected]> for suggesting this. [snip] > @@ -145,6 +146,7 @@ > "loadaddr=0x82000000\0" \ > "console=ttyO2,115200n8\0" \ > "fdt_high=0xffffffff\0" \ > + "fdtaddr=0x88000000\0" \
I'd rather we use 0x80F80000 on both platforms, ala am335x as this makes
it harder to run into the fdt with a large ramdisk, which is even more
important once we've said no run-time relocation of the device tree.
Otherwise looks good and I'm glad the build-time ${board_name} works out
right :)
--
Tom
signature.asc
Description: Digital signature
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

