diff options
author | Rosy Song <rosysong@rosinson.com> | 2018-12-07 11:41:57 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-31 16:37:09 +0100 |
commit | 1c39dcc2bb0627a8fa6eb7287bb61dcf67baef89 (patch) | |
tree | 8509ecf65220487b0cb2e215821c72ce896ca603 /target | |
parent | 3dfc07d186e10ddfd17be302e76ab5e5b1397b93 (diff) | |
download | upstream-1c39dcc2bb0627a8fa6eb7287bb61dcf67baef89.tar.gz upstream-1c39dcc2bb0627a8fa6eb7287bb61dcf67baef89.tar.bz2 upstream-1c39dcc2bb0627a8fa6eb7287bb61dcf67baef89.zip |
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 <rosysong@rosinson.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/qca9563_rosinson_wr818.dts | 16 |
1 files 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>; |