diff options
author | John Crispin <john@openwrt.org> | 2013-04-09 14:19:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-09 14:19:36 +0000 |
commit | bc7b3109590eeb3182f9d50bf358370f4b7828c1 (patch) | |
tree | 438b94f9edd28bbd4d560a9c26d579633583f236 /target/linux/ramips/dts/FREESTATION5.dts | |
parent | 48feea4861bba4673e8e2d7a6cedf483963180fc (diff) | |
download | upstream-bc7b3109590eeb3182f9d50bf358370f4b7828c1.tar.gz upstream-bc7b3109590eeb3182f9d50bf358370f4b7828c1.tar.bz2 upstream-bc7b3109590eeb3182f9d50bf358370f4b7828c1.zip |
move memory detect node to dtsi files
Signed-of-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36290
Diffstat (limited to 'target/linux/ramips/dts/FREESTATION5.dts')
-rw-r--r-- | target/linux/ramips/dts/FREESTATION5.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/FREESTATION5.dts b/target/linux/ramips/dts/FREESTATION5.dts index fb59498b20..7b7d2d0af7 100644 --- a/target/linux/ramips/dts/FREESTATION5.dts +++ b/target/linux/ramips/dts/FREESTATION5.dts @@ -6,10 +6,6 @@ compatible = "FREESTATION5", "ralink,rt3052-soc"; model = "ARC FreeStation5"; - memorydetect { - ralink,memory = <0x0 0x200000 0x4000000>; - }; - chosen { bootargs = "console=ttyS0,115200"; }; |