OSDN Git Service

ARM: dts: am335x-evm: Fix 5th NAND partition's name
authorRoger Quadros <rogerq@ti.com>
Tue, 21 Oct 2014 11:25:45 +0000 (14:25 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 6 Nov 2014 18:21:13 +0000 (10:21 -0800)
The 5th NAND partition should be named "NAND.u-boot-spl-os"
instead of "NAND.u-boot-spl". This is to be consistent with other
TI boards as well as u-boot.

Fixes: 91994facdd2d ("ARM: dts: am335x-evm: NAND: update MTD partition table")

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/am335x-evm.dts

index e2156a5..c4b968f 100644 (file)
                        reg = <0x00060000 0x00020000>;
                };
                partition@4 {
-                       label = "NAND.u-boot-spl";
+                       label = "NAND.u-boot-spl-os";
                        reg = <0x00080000 0x00040000>;
                };
                partition@5 {