ti_armv7_common.h: Correct ubi parameters

We do not support sub-page on NAND on any of these parts so we must
always provide the location of the VID header offset and this is always
our page size.

Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini 2014-01-17 09:34:39 -05:00
parent c322a12578
commit ae92bf32bc
1 changed files with 2 additions and 1 deletions

View File

@ -287,7 +287,8 @@
"root=${nandroot} " \
"rootfstype=${nandrootfstype}\0" \
"dfu_alt_info_nand=" DFU_ALT_INFO_NAND "\0" \
"nandroot=ubi0:rootfs rw ubi.mtd=9,2048\0" \
"nandroot=ubi0:rootfs rw ubi.mtd=9," \
__stringify(CONFIG_SYS_NAND_PAGE_SIZE) "\0" \
"nandrootfstype=ubifs rootwait=1\0" \
"nandboot=echo Booting from nand ...; " \
"run nandargs; " \