uboot-envtools: add support for ESPRESSObin and MACCHIATObin
Added for convenience. These boards can be used as dev boards running various operating systems from different media, and this simplifies work with U-Boot environment. Signed-off-by: Damir Samardzic <damir.samardzic@sartura.hr>
This commit is contained in:
parent
6f4faf833d
commit
bdb0de1bbc
|
@ -28,6 +28,10 @@ armada-385-turris-omnia)
|
||||||
armada-xp-linksys-mamba)
|
armada-xp-linksys-mamba)
|
||||||
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x20000"
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x20000"
|
||||||
;;
|
;;
|
||||||
|
globalscale,espressobin|\
|
||||||
|
marvell,armada8040-mcbin)
|
||||||
|
ubootenv_add_uci_config "/dev/mtd0" "0x3f0000" "0x10000" "0x10000" "1"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
config_load ubootenv
|
config_load ubootenv
|
||||||
|
|
Loading…
Reference in New Issue