Re: [U-Boot] [PATCH] fdt: Correct global_data condition in main

2012-11-28 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/28/12 11:06, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1354116325-2567-1-git-send-email-...@chromium.org> you > wrote: >> We need an extra condition here in case we want to use fdt >> without the silent console/cmdline editing/p

Re: [U-Boot] [PATCH] fdt: Correct global_data condition in main

2012-11-28 Thread Wolfgang Denk
Dear Simon Glass, In message <1354116325-2567-1-git-send-email-...@chromium.org> you wrote: > We need an extra condition here in case we want to use fdt without the > silent console/cmdline editing/post options. > > Note: It might be acceptable instead to just always declare this here. > From wha

[U-Boot] [PATCH] fdt: Correct global_data condition in main

2012-11-28 Thread Simon Glass
We need an extra condition here in case we want to use fdt without the silent console/cmdline editing/post options. Note: It might be acceptable instead to just always declare this here. >From what I can tell it has no code size impact to declare it on any architecture. Signed-off-by: Simon Glass