sysmobts-v2: ubi part appears to write as well

The ubi part command will write for the same reason. Move the
command line to the front.

(untested)
This commit is contained in:
Holger Hans Peter Freyther 2015-02-06 12:31:32 +01:00
parent 6653c39fc5
commit 7149751228
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_BOOTARGS "console=ttyS0,115200n8 root=ubi0:sysmobts-v2-rootfs ubi.mtd=3 rootfstype=ubifs rw noinitrd"
#define CONFIG_BOOTCOMMAND "mtdpart default;setenv bootargs ${bootargs} ${mtdparts};ubi part RootFs;nand rem.nwp; ubifsmount sysmobts-v2-rootfs;ubifsload 85000000 /boot/uImage; bootm 85000000"
#define CONFIG_BOOTCOMMAND "nand rem.nwp; mtdpart default;setenv bootargs ${bootargs} ${mtdparts};ubi part RootFs; ubifsmount sysmobts-v2-rootfs;ubifsload 85000000 /boot/uImage; bootm 85000000"
/*=================*/
/* U-Boot commands */
/*=================*/