]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
am335x_evm: am44xx_evm: dra7xx_evm: nand: Fix file-system partition name
authorRoger Quadros <rogerq@ti.com>
Fri, 5 Jun 2015 09:42:20 +0000 (12:42 +0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:49 +0000 (00:42 +0200)
We almost always use UBIFS for user accessible NAND file systems and
the UBIFS file system might contain more than one volume within the
single NAND partition. The last NAND partition is therefore more
appropriately named as "NAND.file-system" instead of "NAND.rootfs"

The Linux kernel (as of v3.16) also uses "NAND.file-system" to name the
last NAND partition. This patch makes the partition name consistent
between u-boot and the kernel.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/am335x_evm.h
include/configs/am43xx_evm.h
include/configs/dra7xx_evm.h

index 8da3325b7e8377022e2458a859938545df97b94e..1c6cbd787d12d8727eba8f89fb0e7f358aa58c1b 100644 (file)
                                        "128k(NAND.u-boot-env)," \
                                        "128k(NAND.u-boot-env.backup1)," \
                                        "8m(NAND.kernel)," \
-                                       "-(NAND.rootfs)"
+                                       "-(NAND.file-system)"
 #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x000c0000
 #undef CONFIG_ENV_IS_NOWHERE
 #define CONFIG_ENV_IS_IN_NAND
index d4f4c236a95fc9fd639e7f8e104e26412ee28675..482a99a9b1dc0691ebebbab451c47229b30d7406 100644 (file)
                                        "256k(NAND.u-boot-env)," \
                                        "256k(NAND.u-boot-env.backup1)," \
                                        "7m(NAND.kernel)," \
-                                       "-(NAND.rootfs)"
+                                       "-(NAND.file-system)"
 #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x00180000
 /* NAND: SPL related configs */
 #ifdef CONFIG_SPL_NAND_SUPPORT
index afcc36bb25ef76a58293596aeb0e4c5e82488b0c..edd51a22bdc5e684fed9f0b9b5b29ecaf243f65a 100644 (file)
                                        "128k(NAND.u-boot-env)," \
                                        "128k(NAND.u-boot-env.backup1)," \
                                        "8m(NAND.kernel)," \
-                                       "-(NAND.rootfs)"
+                                       "-(NAND.file-system)"
 #define CONFIG_SYS_NAND_U_BOOT_OFFS    0x000c0000
 /* NAND: SPL related configs */
 #ifdef CONFIG_SPL_NAND_SUPPORT