mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-22 15:26:54 +00:00
uboot-envtools: mediatek_filogic: update bpi-r3
Unify env configuration now that BPi-R4 and BPi-R3 both use fitblk. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
033db3a95d
commit
8afce4893b
@ -36,22 +36,7 @@ case "$board" in
|
||||
asus,rt-ax59u)
|
||||
ubootenv_add_uci_config "/dev/mtd0" "0x100000" "0x20000" "0x20000"
|
||||
;;
|
||||
bananapi,bpi-r3)
|
||||
rootdev="$(cmdline_get_var root)"
|
||||
rootdev="${rootdev##*/}"
|
||||
rootdev="${rootdev%%p[0-9]*}"
|
||||
case "$rootdev" in
|
||||
mmc*)
|
||||
ubootenv_add_mmc_default
|
||||
;;
|
||||
mtd*)
|
||||
ubootenv_add_nor_default
|
||||
;;
|
||||
ubi*)
|
||||
ubootenv_add_ubi_default
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
bananapi,bpi-r3|\
|
||||
bananapi,bpi-r4)
|
||||
. /lib/upgrade/platform.sh
|
||||
|
||||
@ -63,6 +48,9 @@ bananapi,bpi-r4)
|
||||
mmc*)
|
||||
ubootenv_add_mmc_default "${bootdev%%p[0-9]*}"
|
||||
;;
|
||||
mtd*)
|
||||
ubootenv_add_nor_default
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
cmcc,rax3000m)
|
||||
|
Loading…
Reference in New Issue
Block a user