From ab011b4e3316c716106d2efc1e451af17f49ca75 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 4 Feb 2014 09:01:42 -0500 Subject: [PATCH] ti_armv7_common.h: Resync ubi.mtd name again with the kernel Signed-off-by: Tom Rini --- include/configs/ti_armv7_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index e7712772fe..ddd68a0d30 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=file-system," \ + "nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system," \ __stringify(CONFIG_SYS_NAND_PAGE_SIZE) "\0" \ "nandrootfstype=ubifs rootwait=1\0" \ "nandboot=echo Booting from nand ...; " \