diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 4f3004eb2d..a34c82ecd1 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -287,7 +287,7 @@ "root=${nandroot} " \ "rootfstype=${nandrootfstype}\0" \ "dfu_alt_info_nand=" DFU_ALT_INFO_NAND "\0" \ - "nandroot=ubi0:rootfs rw ubi.mtd=9," \ + "nandroot=ubi0:rootfs rw ubi.mtd=rootfs," \ __stringify(CONFIG_SYS_NAND_PAGE_SIZE) "\0" \ "nandrootfstype=ubifs rootwait=1\0" \ "nandboot=echo Booting from nand ...; " \