mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 16:03:13 +00:00
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>
This commit is contained in:
parent
3dfc07d186
commit
1c39dcc2bb
@ -83,16 +83,16 @@
|
|||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@50000 {
|
info: partition@50000 {
|
||||||
compatible = "denx,uimage";
|
label = "factory";
|
||||||
label = "firmware";
|
reg = <0x050000 0x010000>;
|
||||||
reg = <0x050000 0xf80000>;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
info: partition@fd0000 {
|
partition@60000 {
|
||||||
label = "factory";
|
compatible = "denx,uimage";
|
||||||
reg = <0xfd0000 0x010000>;
|
label = "firmware";
|
||||||
read-only;
|
reg = <0x060000 0xf80000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
art: partition@ff0000 {
|
art: partition@ff0000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user