Message ID | 1409743052-632-3-git-send-email-rogerq@ti.com |
---|---|
State | Accepted |
Commit | f0e9fab3bcb526a45ecbae7ef7e4ceec7852cba4 |
Headers | show |
On Wednesday 03 September 2014 04:47 PM, Roger Quadros wrote: > 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> > --- > arch/arm/boot/dts/dra7-evm.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts > index 42f5bc9..990ee6a 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 { > Thanks for the fixing this typo. Reviewed-by: Pekon Gupta <pekon@pek-sem.com> with regards, pekon ------------------------ Powered by BigRock.com -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts index 42f5bc9..990ee6a 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 {