summaryrefslogtreecommitdiffstats
path: root/include/configs/dra7xx_evm.h
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2015-06-05 12:42:20 +0300
committerTom Rini <trini@konsulko.com>2015-06-15 10:57:25 -0400
commit9ddef489c4c11dc54dc4896f75a877c8944dedad (patch)
tree2b66ac183d5c0b401391dea8f3c698ae3b912d8b /include/configs/dra7xx_evm.h
parentab16817cfbd921b910649def3d9abeee2984b17f (diff)
downloadtalos-obmc-uboot-9ddef489c4c11dc54dc4896f75a877c8944dedad.tar.gz
talos-obmc-uboot-9ddef489c4c11dc54dc4896f75a877c8944dedad.zip
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>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r--include/configs/dra7xx_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index afcc36bb25..edd51a22bd 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -252,7 +252,7 @@
"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
OpenPOWER on IntegriCloud