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

2013-03-13 Thread Wolfgang Denk
Dear Linus, In message you wrote: > > >> -#define CONFIG_SYS_LOAD_ADDR 0x7fc0 /* default load address */ > >> +#define CONFIG_SYS_LOAD_ADDR 0x800 /* default load address */ > > > > This appears to be an unrelated change. It should be clearly > > documented, especially as use

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

2013-03-13 Thread Linus Walleij
On Wed, Mar 13, 2013 at 8:14 AM, Wolfgang Denk wrote: >> -#define CONFIG_SYS_LOAD_ADDR 0x7fc0 /* default load address */ >> +#define CONFIG_SYS_LOAD_ADDR 0x800 /* default load address */ > > This appears to be an unrelated change. It should be clearly > documented, especially

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

2013-03-13 Thread Wolfgang Denk
Dear Linus Walleij, In message <1363156087-23881-1-git-send-email-linus.wall...@linaro.org> you wrote: > 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 sam

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

2013-03-12 Thread 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 Wal