summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91-kizbox.dts
diff options
context:
space:
mode:
authorGaël PORTAY <g.portay@overkiz.com>2015-04-30 09:33:37 +0200
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-04-30 09:53:18 +0200
commitea6858497c4332500669118faa9b79729c5f68a8 (patch)
treec05646a85083e8d82ee8e96b6135b255877da29d /arch/arm/boot/dts/at91-kizbox.dts
parent4a225bed2b6e45b146d508ceb55f1d7c813050c4 (diff)
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 <g.portay@overkiz.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-kizbox.dts')
-rw-r--r--arch/arm/boot/dts/at91-kizbox.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts
index b19f568824df..e7391047f08e 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>;
};
};
};