diff options
author | Roger Quadros <rogerq@ti.com> | 2014-09-03 07:17:32 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-03 17:32:35 -0400 |
commit | f0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4 (patch) | |
tree | ffd49c41d95b2c099bddc791815d5b82d9e81dfb | |
parent | 544d63d0f34e13fc7e7ca909800526809b194eb9 (diff) |
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 @@ | |||
483 | reg = <0x001c0000 0x00020000>; | 483 | reg = <0x001c0000 0x00020000>; |
484 | }; | 484 | }; |
485 | partition@7 { | 485 | partition@7 { |
486 | label = "NAND.u-boot-env"; | 486 | label = "NAND.u-boot-env.backup1"; |
487 | reg = <0x001e0000 0x00020000>; | 487 | reg = <0x001e0000 0x00020000>; |
488 | }; | 488 | }; |
489 | partition@8 { | 489 | partition@8 { |