diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2016-05-02 18:50:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-10 10:43:12 +0200 |
commit | 60ac4852745c69ae13a770dc343b648925b73ca2 (patch) | |
tree | 6ac46f98c5bc0e6d819c89afca0eadec5bbb7f26 /target/linux/lantiq/dts | |
parent | d7438ce3152e2e0dc1678dcb24ca050dbc2733c8 (diff) | |
download | upstream-60ac4852745c69ae13a770dc343b648925b73ca2.tar.gz upstream-60ac4852745c69ae13a770dc343b648925b73ca2.tar.bz2 upstream-60ac4852745c69ae13a770dc343b648925b73ca2.zip |
lantiq: VGV7510KW22BRN - support dual-image
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 49282
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7510KW22BRN.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VGV7510KW22BRN.dts b/target/linux/lantiq/dts/VGV7510KW22BRN.dts index 8ce715b659..e353dce0b7 100644 --- a/target/linux/lantiq/dts/VGV7510KW22BRN.dts +++ b/target/linux/lantiq/dts/VGV7510KW22BRN.dts @@ -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; }; }; |