projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea333ac
)
lantiq: VGV7510KW22BRN - support dual-image
author
John Crispin
<john@openwrt.org>
Mon, 2 May 2016 18:50:27 +0000
(18:50 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 2 May 2016 18:50:27 +0000
(18:50 +0000)
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 49282
target/linux/lantiq/dts/VGV7510KW22BRN.dts
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/dts/VGV7510KW22BRN.dts
b/target/linux/lantiq/dts/VGV7510KW22BRN.dts
index 8ce715b6591019cc394a275a000732dbd4ab4a39..e353dce0b72890aa65f2524e602d44b8147ed9f5 100644
(file)
--- 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;
};
};