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:
parent
db21bc1012
commit
dfef4a64d3
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
partition@0 {
|
partition@0 {
|
||||||
label = "u-boot";
|
label = "u-boot";
|
||||||
reg = <0x000000 0x80000>;
|
reg = <0x000000 0x80000>;
|
||||||
read-only;
|
//read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@110000 {
|
partition@110000 {
|
||||||
|
|
Loading…
Reference in a new issue