]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: dra7-evm: Fix 8th NAND partition's name
authorRoger Quadros <rogerq@ti.com>
Wed, 3 Sep 2014 11:17:32 +0000 (14:17 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 3 Sep 2014 21:32:35 +0000 (14:32 -0700)
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 <pekon@pek-sem.com>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra7-evm.dts

index 42f5bc9941c74e0135a065c58b58909de2406150..990ee6afc4f03de6c602547e8b6874e32f4e889b 100644 (file)
                        reg = <0x001c0000 0x00020000>;
                };
                partition@7 {
-                       label = "NAND.u-boot-env";
+                       label = "NAND.u-boot-env.backup1";
                        reg = <0x001e0000 0x00020000>;
                };
                partition@8 {