From 1c39dcc2bb0627a8fa6eb7287bb61dcf67baef89 Mon Sep 17 00:00:00 2001 From: Rosy Song Date: Fri, 7 Dec 2018 11:41:57 +0800 Subject: [PATCH] ath79: tweak the position of factory partition for wr818 The 'factory' partition will move to 0x50000-0x60000 in 2019. As the webserver in bootloader is compatible with different mtdlayout, all the users still can upgrade firmware whatever on ath79 or ar71xx. Signed-off-by: Rosy Song --- .../linux/ath79/dts/qca9563_rosinson_wr818.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/target/linux/ath79/dts/qca9563_rosinson_wr818.dts b/target/linux/ath79/dts/qca9563_rosinson_wr818.dts index a2595d8cd5..cf0ec1bfa1 100644 --- a/target/linux/ath79/dts/qca9563_rosinson_wr818.dts +++ b/target/linux/ath79/dts/qca9563_rosinson_wr818.dts @@ -83,18 +83,18 @@ read-only; }; - partition@50000 { - compatible = "denx,uimage"; - label = "firmware"; - reg = <0x050000 0xf80000>; - }; - - info: partition@fd0000 { + info: partition@50000 { label = "factory"; - reg = <0xfd0000 0x010000>; + reg = <0x050000 0x010000>; read-only; }; + partition@60000 { + compatible = "denx,uimage"; + label = "firmware"; + reg = <0x060000 0xf80000>; + }; + art: partition@ff0000 { label = "art"; reg = <0xff0000 0x010000>;