9
0
Fork 0

pcm051: The SoM has a variable amount of flash and less than configured

Deal with systems that only have 128 mb of nand flash. Let the
bootloader grow the partition to the end of the nand.

Signed-off-by: Holger Hans Peter Freyther <hfreyther@sysmocom.de>
This commit is contained in:
Holger Hans Peter Freyther 2014-07-15 18:08:32 +02:00
parent 79a975077c
commit 7e009ab9ac
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@
partition@7 {
label = "root";
reg = <0x920000 0x1f6e0000>;
reg = <0x920000 0x0>;
};
};
};