]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: bootce: add option '-i' to bootce command to init global data struct
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 3 Sep 2014 08:29:04 +0000 (10:29 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 3 Sep 2014 08:29:04 +0000 (10:29 +0200)
commit44557392479136b39dfea9cf0dc5d3a2eddd6b38
tree9dd4a687d3c8082b7c94c60ed54d9036f2285f68
parentff4aa5c134689bdb4cfb0e0d8bfebab869d4692a
karo: bootce: add option '-i' to bootce command to init global data struct

Loading a .nb0 image requires the global data struct for WinCe to be
initialized without the parsing of the image file. Calling 'bootce -i'
prior to starting the .nb0 image will do this.
common/cmd_bootce.c