mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
lantiq: add an extra partition to the TDW8970 flash that can be used to store the vdsl firmware
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40461
This commit is contained in:
parent
390e856cb2
commit
60edb8f47b
@ -167,10 +167,15 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@20000 {
|
partition@20000 {
|
||||||
reg = <0x20000 0x7a0000>;
|
reg = <0x20000 0x6a0000>;
|
||||||
label = "firmware";
|
label = "firmware";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
partition@6c0000 {
|
||||||
|
reg = <0x6c0000 0x100000>;
|
||||||
|
label = "dsl_fw";
|
||||||
|
};
|
||||||
|
|
||||||
partition@7c0000 {
|
partition@7c0000 {
|
||||||
reg = <0x7c0000 0x10000>;
|
reg = <0x7c0000 0x10000>;
|
||||||
label = "config";
|
label = "config";
|
||||||
|
Loading…
Reference in New Issue
Block a user