ARM: kirkwood: ib62x0: fix size of u-boot environment partition
authorSimon Baatz <[email protected]>
Fri, 12 Aug 2016 17:12:50 +0000 (19:12 +0200)
committerGregory CLEMENT <[email protected]>
Fri, 26 Aug 2016 09:30:51 +0000 (11:30 +0200)
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 <[email protected]>
Fixes: 148c274ea644 ("ARM: kirkwood: ib62x0: add u-boot environment partition")
Cc: Jason Cooper <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Gregory Clement <[email protected]>
Cc: Sebastian Hesselbarth <[email protected]>
Cc: Luka Perkov <[email protected]>
Cc: [email protected] # 3.13+
Reviewed-by: Andrew Lunn <[email protected]>
Signed-off-by: Gregory CLEMENT <[email protected]>
arch/arm/boot/dts/kirkwood-ib62x0.dts

index ef84d8699a767ca1f5fbc72c88d5e49a03576c4d..5bf62897014cd2c505258203812b757931916365 100644 (file)
 
        partition@e0000 {
                label = "u-boot environment";
-               reg = <0xe0000 0x100000>;
+               reg = <0xe0000 0x20000>;
        };
 
        partition@100000 {