]> git.ipfire.org Git - people/ms/u-boot.git/commit
board/BuR/kwb: use bootvx(...) (with bootline feature) instead go(...)
authorHannes Petermaier <oe5hpm@oevsv.at>
Tue, 29 Sep 2015 06:43:33 +0000 (08:43 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 12 Nov 2015 18:17:27 +0000 (13:17 -0500)
commit91931f7ed324ea223be560319031dbefddb8b2e7
tree18a874535c8a09202597c6e9bbf0e50b2161e56f
parentade766acfb27b1cfe175cd83f22db80dc5b5d789
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>
board/BuR/kwb/board.c
configs/kwb_defconfig
include/configs/kwb.h