Message ID | 1398157362-32571-2-git-send-email-pekon@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Pekon Gupta <pekon@ti.com> [140422 02:03]: > MTD NAND partition for file-system should start at offset=0xA00000 Applying to omap-for-v3.16/fixes-not-urgent with hex changed to use lower case like we tend to do. Hmm, how come you did not fold this into the original patch to the mainline kernel as it seems you had the fix in the vendor tree earlier? Regards, Tony > Signed-off-by: Pekon Gupta <pekon@ti.com> > --- > arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts > index 167dbc8..d09e6fb 100644 > --- a/arch/arm/boot/dts/am43x-epos-evm.dts > +++ b/arch/arm/boot/dts/am43x-epos-evm.dts > @@ -341,7 +341,7 @@ > }; > partition@9 { > label = "NAND.file-system"; > - reg = <0x00800000 0x1F600000>; > + reg = <0x00A00000 0x1F600000>; > }; > }; > }; > -- > 1.8.5.1.163.gd7aced9 > -- 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/am43x-epos-evm.dts b/arch/arm/boot/dts/am43x-epos-evm.dts index 167dbc8..d09e6fb 100644 --- a/arch/arm/boot/dts/am43x-epos-evm.dts +++ b/arch/arm/boot/dts/am43x-epos-evm.dts @@ -341,7 +341,7 @@ }; partition@9 { label = "NAND.file-system"; - reg = <0x00800000 0x1F600000>; + reg = <0x00A00000 0x1F600000>; }; }; };
MTD NAND partition for file-system should start at offset=0xA00000 Signed-off-by: Pekon Gupta <pekon@ti.com> --- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)