summaryrefslogtreecommitdiffstats
path: root/target/linux/arc770/dts/skeleton.dtsi
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-15 10:49:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-15 10:49:01 +0000
commit4514589182d1cdb1f2dd6859599c97747b5ca52a (patch)
treea3bbf51f4be526c4710424a2b7d17390b9db246a /target/linux/arc770/dts/skeleton.dtsi
parent7f11532c587bdb85924929c4f4d9750761c78562 (diff)
downloadmaster-31e0f0ae-4514589182d1cdb1f2dd6859599c97747b5ca52a.tar.gz
master-31e0f0ae-4514589182d1cdb1f2dd6859599c97747b5ca52a.tar.bz2
master-31e0f0ae-4514589182d1cdb1f2dd6859599c97747b5ca52a.zip
arc770: bump linux kernel from 4.3 to 4.4
This switch involved: [1] Regeneration of config (few options went away) [2] Regeneration of patches so they apply cleanly (different offsets) [3] Update of .dts files because we now explicitly specify memory regions in use as opposed to previously used offset from 0x8000_0000 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Felix Fietkau <nbd@openwrt.org> Cc: Jo-Philipp Wich <jow@openwrt.org> Cc: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 48240
Diffstat (limited to 'target/linux/arc770/dts/skeleton.dtsi')
-rw-r--r--target/linux/arc770/dts/skeleton.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/arc770/dts/skeleton.dtsi b/target/linux/arc770/dts/skeleton.dtsi
index a870bdd5e4..296d371a33 100644
--- a/target/linux/arc770/dts/skeleton.dtsi
+++ b/target/linux/arc770/dts/skeleton.dtsi
@@ -32,6 +32,6 @@
memory {
device_type = "memory";
- reg = <0x00000000 0x10000000>; /* 256M */
+ reg = <0x80000000 0x10000000>; /* 256M */
};
};