From: Roger Quadros Date: Wed, 3 Sep 2014 11:17:32 +0000 (+0300) Subject: ARM: dts: dra7-evm: Fix 8th NAND partition's name X-Git-Tag: v3.17-rc4~11^2~2^2~11 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=f0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4;p=cascardo%2Flinux.git ARM: dts: dra7-evm: Fix 8th NAND partition's name The 8th NAND partition should be named "NAND.u-boot-env.backup1" instead of "NAND.u-boot-env". This is to be consistent with other TI boards as well as u-boot. CC: Pekon Gupta Signed-off-by: Roger Quadros Signed-off-by: Sekhar Nori Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 42f5bc9941c7..990ee6afc4f0 100644 --- a/arch/arm/boot/dts/dra7-evm.dts +++ b/arch/arm/boot/dts/dra7-evm.dts @@ -483,7 +483,7 @@ reg = <0x001c0000 0x00020000>; }; partition@7 { - label = "NAND.u-boot-env"; + label = "NAND.u-boot-env.backup1"; reg = <0x001e0000 0x00020000>; }; partition@8 {