Allow Linux to write to U-Boot mtd partition

This allows me to easily brick (!) a board for reflashing with
sunxi-fel.
This commit is contained in:
George Hilliard 2019-07-30 20:52:10 -05:00
parent db21bc1012
commit dfef4a64d3

View file

@ -48,7 +48,7 @@
partition@0 {
label = "u-boot";
reg = <0x000000 0x80000>;
read-only;
//read-only;
};
partition@110000 {