ti_armv7_common.h: Specify correct partition name..

Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini 2014-01-31 15:17:59 -05:00
parent 027946a8be
commit 85f3a4c6c3
1 changed files with 1 additions and 1 deletions

View File

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