[U-Boot] [PATCH v2] 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. It is easier to just remove the #ifdef. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Remove the #ifdef as it is getting out of hand common/main.c |2 -- 1

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

2012-11-28 Thread Jerry Van Baren
Hi Simon, On 11/28/2012 12:54 PM, Simon Glass wrote: We need an extra condition here in case we want to use fdt without the silent console/cmdline editing/post options. It is easier to just remove the #ifdef. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: - Remove the