ramips: fix Gehua bootup looping

This commit is contained in:
coolsnowwolf 2018-12-31 12:16:08 +08:00
parent 9046209f26
commit 05f9b24364

View File

@ -11,7 +11,7 @@
memory@0 {
device_type = "memory";
reg = <0x0 0x1c000000>, <0x20000000 0x4000000>;
reg = <0x0 0x1c000000>;
};
chosen {
@ -82,7 +82,6 @@
};
partition@50000 {
compatible = "denx,uimage";
label = "firmware";
reg = <0x50000 0x1fb0000>;
};