diff options
author | Roger Quadros <rogerq@ti.com> | 2014-09-03 14:17:32 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-03 14:32:35 -0700 |
commit | f0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4 (patch) | |
tree | ffd49c41d95b2c099bddc791815d5b82d9e81dfb | |
parent | 544d63d0f34e13fc7e7ca909800526809b194eb9 (diff) | |
download | linux-f0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4.tar.bz2 |
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 <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>
-rw-r--r-- | arch/arm/boot/dts/dra7-evm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |