diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 09:15:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 09:15:41 +0000 |
commit | 93e5c8cefcbb7e098f868afd7ff8d97e7f92f9c9 (patch) | |
tree | 91c6bf3ea54c25173b3540f6308fe26a0616c1ce /target/linux | |
parent | 561a7ef93bf641d331ccb023db4b099905287552 (diff) | |
download | upstream-93e5c8cefcbb7e098f868afd7ff8d97e7f92f9c9.tar.gz upstream-93e5c8cefcbb7e098f868afd7ff8d97e7f92f9c9.tar.bz2 upstream-93e5c8cefcbb7e098f868afd7ff8d97e7f92f9c9.zip |
lantiq: fixup 3370 dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40311
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ3370.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/FRITZ3370.dts b/target/linux/lantiq/dts/FRITZ3370.dts index f5ad2c1bcc..0017ddedf1 100644 --- a/target/linux/lantiq/dts/FRITZ3370.dts +++ b/target/linux/lantiq/dts/FRITZ3370.dts @@ -6,7 +6,7 @@ model = "FRITZ3370 - Fritz!Box WLAN 3370"; chosen { - bootargs = "console=ttyLTQ0,115200 init=/etc/preinit rootfstype=jffs2"; + bootargs = "console=ttyLTQ0,115200"; }; memory@0 { @@ -205,7 +205,7 @@ }; ath9k_eep { - compatible = "ath9k,eeprom-mtd"; + compatible = "ath9k,eeprom"; ath,eep-flash = <&ath9k_cal 0x985>; ath,eep-endian; ath,eep-swap; |