]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/image.c: move VxWorks header string out of CONFIG_CMD_ELF
authormiao.yan@windriver.com <miao.yan@windriver.com>
Fri, 27 Dec 2013 08:01:50 +0000 (16:01 +0800)
committerTom Rini <trini@ti.com>
Tue, 14 Jan 2014 14:01:05 +0000 (09:01 -0500)
commit68b15e831c9a0a2da276b0c6f67569af997ad099
tree9c9aedfcef8bd01dea3266e952ac09ed83f803f5
parent9b438946c995c80afb47c4cef6b03ae845098698
common/image.c: move VxWorks header string out of CONFIG_CMD_ELF

Otherwise, when booting VxWorks kernel, the incorrect message will
be seen:

    ARM Unknown OS Kernel Image (uncompressed)

Signed-off-by: Miao Yan <miao.yan@windriver.com>
common/image.c