[U-Boot] [PATCH v2 3/4] x86: Allow cmdline setup in setup_zimage() to be optional

2014-10-07 Thread Simon Glass
If we are passing this using the device tree then we may not want to set this up here. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None arch/x86/lib/zimage.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/arch/x86/lib/zimage.c

[U-Boot] [PATCH v2 3/4] x86: Allow cmdline setup in setup_zimage() to be optional

2013-11-09 Thread Simon Glass
If we are passing this using the device tree then we may not want to set this up here. TBD. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v2: None arch/x86/lib/zimage.c | 21 - 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/arch/x86/lib/zimage.c