Author: blogic Date: 2016-05-02 20:50:27 +0200 (Mon, 02 May 2016) New Revision: 49282
Modified: trunk/target/linux/lantiq/dts/VGV7510KW22BRN.dts Log: lantiq: VGV7510KW22BRN - support dual-image Signed-off-by: Mathias Kresin <[email protected]> Modified: trunk/target/linux/lantiq/dts/VGV7510KW22BRN.dts =================================================================== --- trunk/target/linux/lantiq/dts/VGV7510KW22BRN.dts 2016-05-02 18:50:23 UTC (rev 49281) +++ trunk/target/linux/lantiq/dts/VGV7510KW22BRN.dts 2016-05-02 18:50:27 UTC (rev 49282) @@ -32,6 +32,7 @@ }; partition@c0000 { + compatible = "brnboot,root-selector"; label = "Primary_Setting"; reg = <0xc0000 0x20000>; read-only; @@ -38,8 +39,9 @@ }; partition@e0000 { - label = "firmware"; /* "Code Image 0" in OFW */ + label = "Code_Image_0"; reg = <0xe0000 0x780000>; + brnboot,root-id = <0x00>; read-only; }; @@ -46,6 +48,7 @@ partition@860000 { label = "Code_Image_1"; reg = <0x860000 0x780000>; + brnboot,root-id = <0x01>; read-only; }; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
