ath79: 8dev: remove wmac userspace handling
Before the nvmem rework, this was already handled in dts with mtd-cal-data instead of qca,no-eeprom. No need to duplicate. Also, the 800 size value seems nonsensical. 440 is the standard. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
74f2df9dbc
commit
dd6bbbabd3
2 changed files with 0 additions and 7 deletions
|
@ -9,10 +9,6 @@ board=$(board_name)
|
||||||
case "$FIRMWARE" in
|
case "$FIRMWARE" in
|
||||||
"ath9k-eeprom-ahb-18100000.wmac.bin")
|
"ath9k-eeprom-ahb-18100000.wmac.bin")
|
||||||
case $board in
|
case $board in
|
||||||
8dev,carambola3|\
|
|
||||||
8dev,lima)
|
|
||||||
caldata_extract "art" 0x1000 0x800
|
|
||||||
;;
|
|
||||||
aruba,ap-115)
|
aruba,ap-115)
|
||||||
caldata_extract "oemdata" 0x1000 0x440
|
caldata_extract "oemdata" 0x1000 0x440
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -9,9 +9,6 @@ board=$(board_name)
|
||||||
case "$FIRMWARE" in
|
case "$FIRMWARE" in
|
||||||
"ath9k-eeprom-ahb-18100000.wmac.bin")
|
"ath9k-eeprom-ahb-18100000.wmac.bin")
|
||||||
case $board in
|
case $board in
|
||||||
8dev,rambutan)
|
|
||||||
caldata_extract "caldata" 0x1000 0x800
|
|
||||||
;;
|
|
||||||
meraki,mr18)
|
meraki,mr18)
|
||||||
. /lib/upgrade/nand.sh
|
. /lib/upgrade/nand.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue