From: Gaël PORTAY Date: Thu, 30 Apr 2015 07:33:37 +0000 (+0200) Subject: ARM: at91/dt: at91-kizbox: re-size nand partitions X-Git-Tag: v4.14-rc1~5174^2~9^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea6858497c4332500669118faa9b79729c5f68a8;p=platform%2Fkernel%2Flinux-rpi.git ARM: at91/dt: at91-kizbox: re-size nand partitions Re-size NAND partitions since the bootstrap is able to read volumes from an UBI image. Signed-off-by: Gaël PORTAY Acked-by: Boris Brezillon Acked-by: Alexandre Belloni Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts index b19f568..e739104 100644 --- a/arch/arm/boot/dts/at91-kizbox.dts +++ b/arch/arm/boot/dts/at91-kizbox.dts @@ -72,14 +72,14 @@ nand-ecc-mode = "soft"; status = "okay"; - bootloaderkernel@0 { - label = "bootloader-kernel"; - reg = <0x0 0xc0000>; + bootstrap@0 { + label = "bootstrap"; + reg = <0x0 0x20000>; }; - ubi@c0000 { + ubi@20000 { label = "ubi"; - reg = <0xc0000 0x7f40000>; + reg = <0x20000 0x7fe0000>; }; }; };