* [PATCH] ARM: kirkwood: ib62x0: fix size of u-boot environment partition
@ 2016-08-12 17:12 Simon Baatz
2016-08-15 21:03 ` Andrew Lunn
0 siblings, 1 reply; 3+ messages in thread
From: Simon Baatz @ 2016-08-12 17:12 UTC (permalink / raw)
To: linux-arm-kernel
Commit 148c274ea644 ("ARM: kirkwood: ib62x0: add u-boot environment
partition") split the "u-boot" partition into "u-boot" and "u-boot
environment". However, instead of the size of the environment, an offset
was given, resulting in overlapping partitions.
Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Fixes: 148c274ea644 ("ARM: kirkwood: ib62x0: add u-boot environment partition")
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Luka Perkov <luka@openwrt.org>
Cc: stable at vger.kernel.org # 3.13+
---
arch/arm/boot/dts/kirkwood-ib62x0.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/kirkwood-ib62x0.dts b/arch/arm/boot/dts/kirkwood-ib62x0.dts
index ef84d8699a76..5bf62897014c 100644
--- a/arch/arm/boot/dts/kirkwood-ib62x0.dts
+++ b/arch/arm/boot/dts/kirkwood-ib62x0.dts
@@ -113,7 +113,7 @@
partition at e0000 {
label = "u-boot environment";
- reg = <0xe0000 0x100000>;
+ reg = <0xe0000 0x20000>;
};
partition at 100000 {
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: kirkwood: ib62x0: fix size of u-boot environment partition
2016-08-12 17:12 [PATCH] ARM: kirkwood: ib62x0: fix size of u-boot environment partition Simon Baatz
@ 2016-08-15 21:03 ` Andrew Lunn
2016-08-26 9:32 ` Gregory CLEMENT
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2016-08-15 21:03 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Aug 12, 2016 at 07:12:50PM +0200, Simon Baatz wrote:
> Commit 148c274ea644 ("ARM: kirkwood: ib62x0: add u-boot environment
> partition") split the "u-boot" partition into "u-boot" and "u-boot
> environment". However, instead of the size of the environment, an offset
> was given, resulting in overlapping partitions.
>
> Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: kirkwood: ib62x0: fix size of u-boot environment partition
2016-08-15 21:03 ` Andrew Lunn
@ 2016-08-26 9:32 ` Gregory CLEMENT
0 siblings, 0 replies; 3+ messages in thread
From: Gregory CLEMENT @ 2016-08-26 9:32 UTC (permalink / raw)
To: linux-arm-kernel
Hi Simpn,
On lun., ao?t 15 2016, Andrew Lunn <andrew@lunn.ch> wrote:
> On Fri, Aug 12, 2016 at 07:12:50PM +0200, Simon Baatz wrote:
>> Commit 148c274ea644 ("ARM: kirkwood: ib62x0: add u-boot environment
>> partition") split the "u-boot" partition into "u-boot" and "u-boot
>> environment". However, instead of the size of the environment, an offset
>> was given, resulting in overlapping partitions.
>>
>> Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Applied on mvebu/fixes
Thanks,
Gregory
>
> Andrew
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-26 9:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-12 17:12 [PATCH] ARM: kirkwood: ib62x0: fix size of u-boot environment partition Simon Baatz
2016-08-15 21:03 ` Andrew Lunn
2016-08-26 9:32 ` Gregory CLEMENT
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).