diff options
author | John Crispin <blogic@openwrt.org> | 2016-05-02 18:50:27 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:18:39 +0200 |
commit | 989f7773a636eabea1e9210cb81b990b4042c322 (patch) | |
tree | 0d1dcb991acca4b9a86d6871dca71fd79e2fc1cc /target/linux/lantiq/dts | |
parent | b55c724fd64f72d896d5faa5a6dccf502928bdd6 (diff) | |
download | master-187ad058-989f7773a636eabea1e9210cb81b990b4042c322.tar.gz master-187ad058-989f7773a636eabea1e9210cb81b990b4042c322.tar.bz2 master-187ad058-989f7773a636eabea1e9210cb81b990b4042c322.zip |
lantiq: VGV7510KW22BRN - support dual-image
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49282 3c298f89-4303-0410-b956-a3cf2f4a3e73
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; }; }; |