]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Allow cmdline setup in setup_zimage() to be optional
authorSimon Glass <sjg@chromium.org>
Mon, 20 Oct 2014 03:11:21 +0000 (21:11 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 15:03:05 +0000 (09:03 -0600)
commit97d1e0c85018d061ffa4ae612903cd26a795d385
tree4e51ae6053d281345199f7904c10863b885cfb20
parent0d0ba59ccd135addc345568e5678400d01d356db
x86: Allow cmdline setup in setup_zimage() to be optional

If we are passing this using the device tree then we may not want to
set this up here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/zimage.c