[U-Boot] [PATCH] integrator: pass a Device Tree by default

Marek Vasut marex at denx.de
Sun Jan 20 01:53:56 CET 2013


Dear Linus Walleij,

> This, enabled the FDT library for the Integrators, updates
> the Integrator/CP default command to load and pass a Device
> Tree when booting the kernel from the on-board ethernet,
> define same environment for the Integrator/AP and move the
> load address around to something even.
> 
> Signed-off-by: Linus Walleij <linus.walleij at linaro.org>

Shouldn't the load address be 0x8000 instead of 0x800 (it used to be 0x7fc0) ?

Also, "setenv loadaddr nnnn" is nonsense, just use the usual 
CONFIG_SYS_LOAD_ADDR (which inherently sets the loadaddr env variable). Or do 
you see a problem there?

Best regards,
Marek Vasut


More information about the U-Boot mailing list