From 05f9b2436439b9e4f578e41b5007b691c875f966 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 31 Dec 2018 12:16:08 +0800 Subject: [PATCH] ramips: fix Gehua bootup looping --- target/linux/ramips/dts/GHL-R-001.dts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/GHL-R-001.dts b/target/linux/ramips/dts/GHL-R-001.dts index 059fcab7d..5a01d40d6 100644 --- a/target/linux/ramips/dts/GHL-R-001.dts +++ b/target/linux/ramips/dts/GHL-R-001.dts @@ -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>; };