Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea685849 authored by Gaël PORTAY's avatar Gaël PORTAY Committed by Nicolas Ferre
Browse files

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: default avatarGaël PORTAY <g.portay@overkiz.com>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 4a225bed
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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>;
			};
		};
	};