summaryrefslogtreecommitdiffstats
path: root/configs/kwb_defconfig
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2015-09-29 08:43:33 +0200
committerTom Rini <trini@konsulko.com>2015-11-12 13:17:27 -0500
commit91931f7ed324ea223be560319031dbefddb8b2e7 (patch)
tree18a874535c8a09202597c6e9bbf0e50b2161e56f /configs/kwb_defconfig
parentade766acfb27b1cfe175cd83f22db80dc5b5d789 (diff)
downloadblackbird-obmc-uboot-91931f7ed324ea223be560319031dbefddb8b2e7.tar.gz
blackbird-obmc-uboot-91931f7ed324ea223be560319031dbefddb8b2e7.zip
board/BuR/kwb: use bootvx(...) (with bootline feature) instead go(...)
Since we don't have for sure a valid IP-setup during board_late_init(...) because it maybe allready stored in environment or not, we cannot form a proper vxWorks bootline at this place. So we move to the way, forming the bootline just before executing/launching vxWorks. To do this we use the bootvx command instead go. We only have to form the "othbootargs" environment variable, the rest is done pretty good by the "bootvx" commannd. Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/kwb_defconfig')
-rw-r--r--configs/kwb_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/kwb_defconfig b/configs/kwb_defconfig
index f82fcf31e8..0bbe0a723d 100644
--- a/configs/kwb_defconfig
+++ b/configs/kwb_defconfig
@@ -3,6 +3,9 @@ CONFIG_TARGET_KWB=y
CONFIG_SPL=y
CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1"
CONFIG_SYS_PROMPT="U-Boot (BuR V2.0)# "
+# CONFIG_CMD_BOOTD is not set
+# CONFIG_CMD_BOOTM is not set
+# CONFIG_CMD_GO is not set
# CONFIG_CMD_IMI is not set
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_XIMG is not set
OpenPOWER on IntegriCloud