mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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:
parent
4ffd4dfe17
commit
9c12d78912
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235779
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user