]> git.ipfire.org Git - people/ms/u-boot.git/commit
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)
committerTom Rini <trini@konsulko.com>
Mon, 15 Jun 2015 14:57:25 +0000 (10:57 -0400)
commit9ddef489c4c11dc54dc4896f75a877c8944dedad
tree2b66ac183d5c0b401391dea8f3c698ae3b912d8b
parentab16817cfbd921b910649def3d9abeee2984b17f
am335x_evm: am44xx_evm: dra7xx_evm: nand: Fix file-system partition name

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