diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-30 09:15:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-30 09:15:41 +0000 |
commit | 9b9581a940648bf4ac6b3d6f4214b862baf2155b (patch) | |
tree | 3b6e00515be4535a1933ef5578af1f769ea5b9d5 /target | |
parent | 5fce5385d48eb04b98584be20bf965a4b00a5ab9 (diff) | |
download | upstream-9b9581a940648bf4ac6b3d6f4214b862baf2155b.tar.gz upstream-9b9581a940648bf4ac6b3d6f4214b862baf2155b.tar.bz2 upstream-9b9581a940648bf4ac6b3d6f4214b862baf2155b.zip |
lantiq: fixup 3370 dts file
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40311 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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; |