From c466387e1ea13c154905ea78e05f11cfb07a7212 Mon Sep 17 00:00:00 2001 From: a1768623020 <32887476+a1768623020@users.noreply.github.com> Date: Tue, 8 Jan 2019 11:04:50 +0800 Subject: [PATCH] PBR-M1 firmware change to 32M size (dts) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 固件大小为32Mb --- target/linux/ramips/dts/PBR-M1.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/PBR-M1.dts b/target/linux/ramips/dts/PBR-M1.dts index 8a915f3c7..f3b85d50a 100644 --- a/target/linux/ramips/dts/PBR-M1.dts +++ b/target/linux/ramips/dts/PBR-M1.dts @@ -146,7 +146,7 @@ partition@50000 { compatible = "denx,uimage"; label = "firmware"; - reg = <0x50000 0xfb0000>; + reg = <0x50000 0x1fb0000>; }; }; };