lantiq: VGV7510KW22BRN - support dual-image

Signed-off-by: Mathias Kresin <openwrt@kresin.me>

SVN-Revision: 49282
This commit is contained in:
blogic 2016-05-02 18:50:27 +00:00 committed by Jo-Philipp Wich
parent d7438ce315
commit 60ac485274

View File

@ -32,20 +32,23 @@
};
partition@c0000 {
compatible = "brnboot,root-selector";
label = "Primary_Setting";
reg = <0xc0000 0x20000>;
read-only;
};
partition@e0000 {
label = "firmware"; /* "Code Image 0" in OFW */
label = "Code_Image_0";
reg = <0xe0000 0x780000>;
brnboot,root-id = <0x00>;
read-only;
};
partition@860000 {
label = "Code_Image_1";
reg = <0x860000 0x780000>;
brnboot,root-id = <0x01>;
read-only;
};
};