aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2018-02-26 23:00:07 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2018-04-06 23:11:00 +0200
commit10ea53f900ee0cb384a9610d8870ba86cd837791 (patch)
treef281fd9ee36f1a710f40755e5978f74cc49a2bd8 /target/linux/ramips/dts
parent3fc8f50f56d822e40e946d1a0627def00760c471 (diff)
downloadupstream-10ea53f900ee0cb384a9610d8870ba86cd837791.tar.gz
upstream-10ea53f900ee0cb384a9610d8870ba86cd837791.tar.bz2
upstream-10ea53f900ee0cb384a9610d8870ba86cd837791.zip
ramips: add U-Boot env support for ALFA Network AC1200RM
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/AC1200RM.dts7
1 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/AC1200RM.dts b/target/linux/ramips/dts/AC1200RM.dts
index 9305cb00e0..9bdbf5cadf 100644
--- a/target/linux/ramips/dts/AC1200RM.dts
+++ b/target/linux/ramips/dts/AC1200RM.dts
@@ -148,8 +148,13 @@
};
partition@30000 {
+ label = "u-boot-env";
+ reg = <0x30000 0x1000>;
+ };
+
+ partition@031000 {
label = "config";
- reg = <0x30000 0x10000>;
+ reg = <0x31000 0xf000>;
read-only;
};