common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.
authorMiao Yan <miao.yan@windriver.com>
Thu, 28 Nov 2013 09:51:36 +0000 (17:51 +0800)
committerTom Rini <trini@ti.com>
Fri, 13 Dec 2013 14:18:45 +0000 (09:18 -0500)
commit17ab52fef1c5221839f294d251224e4a8f19ad35
tree586ea53bf3eedfd6eb7e2a54743e621a284065e8
parent878a095e441284e64e84edc77ad93c616f9ec174
common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF.

do_bootm_vxworks now is available under the configuration option
CONFIG_BOOTM_VXWORKS, thus aligned with other operating systems
that supported by bootm command. The bootvx command still depneds
on CONFIG_CMD_ELF.

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