diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-06-02 08:59:58 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-06-02 09:08:36 +0200 |
commit | 80d811480256bda63b0f0d087b55a9e35b59e91e (patch) | |
tree | 1beacb09009b71a1fcef802a5b035197dcc4616d /target/linux/bcm63xx/base-files | |
parent | fce7380e0ea89b2b78a3de65ca56d8e42c77e732 (diff) | |
download | upstream-80d811480256bda63b0f0d087b55a9e35b59e91e.tar.gz upstream-80d811480256bda63b0f0d087b55a9e35b59e91e.tar.bz2 upstream-80d811480256bda63b0f0d087b55a9e35b59e91e.zip |
bcm63xx: ad1018: switch to Sercomm WFI
Support Sercomm firmware partition split.
WFI partition must be defined after bootflag partitions in order for the
parser to properly find bootflag1 and bootflag2 partitions.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm63xx/base-files')
-rw-r--r-- | target/linux/bcm63xx/base-files/etc/uci-defaults/09_fix_crc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/bcm63xx/base-files/etc/uci-defaults/09_fix_crc b/target/linux/bcm63xx/base-files/etc/uci-defaults/09_fix_crc index 3fcf40434f..fdb5ddec72 100644 --- a/target/linux/bcm63xx/base-files/etc/uci-defaults/09_fix_crc +++ b/target/linux/bcm63xx/base-files/etc/uci-defaults/09_fix_crc @@ -41,7 +41,4 @@ case "$(board_name)" in zyxel,p870hw-51a-v2) do_fixcrc ;; - sercomm,ad1018) - mtd erase bootflag2 - ;; esac |