Divide nand flash for DB6281 into two partitions. One for u-boot

and second one for general use.

Obtained from: Semihalf
Supported by:  FreeBSD Foundation, Juniper Networks
This commit is contained in:
Grzegorz Bernacki 2012-05-22 09:27:57 +00:00
parent 4ffd4dfe17
commit 9c12d78912
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235779

View File

@ -89,7 +89,16 @@
bank-width = <2>;
device-width = <1>;
slice@0 {
reg = <0x0 0x200000>;
label = "u-boot";
read-only;
};
slice@200000 {
reg = <0x200000 0x7e00000>;
label = "root";
};
};
};