diff options
author | Vladimir Vid <vladimir.vid@sartura.hr> | 2019-06-07 15:50:50 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-18 16:13:10 +0200 |
commit | bc47285cb3c0125424e628521f905f1f0d7b4cef (patch) | |
tree | 971c6746c6f4834cb3d72c4b475a08710a460aa7 /package | |
parent | 008b41b9b0ddd4c5c877a769a85d27eb9c4e21a4 (diff) | |
download | upstream-bc47285cb3c0125424e628521f905f1f0d7b4cef.tar.gz upstream-bc47285cb3c0125424e628521f905f1f0d7b4cef.tar.bz2 upstream-bc47285cb3c0125424e628521f905f1f0d7b4cef.zip |
mvebu: fix regression for non-generic ESPRESSObin versions
When targets for multiple ESPRESSObin devices were added, not all
files were updated which means any ESPRESSObin version beside generic
won't have proper networking, sysupgrade and uboot-env. This patch
fixes the issue.
* fixup network detection
* fixup uboot-env
* fixup platform.sh for sysupgrade
Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/uboot-envtools/files/mvebu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu index cd8789c0e9..c2e746d959 100644 --- a/package/boot/uboot-envtools/files/mvebu +++ b/package/boot/uboot-envtools/files/mvebu @@ -18,6 +18,9 @@ cznic,turris-omnia) ubootenv_add_uci_config "/dev/mtd0" "0xC0000" "0x10000" "0x40000" ;; globalscale,espressobin|\ +globalscale,espressobin-emmc|\ +globalscale,espressobin-v7|\ +globalscale,espressobin-v7-emmc|\ marvell,armada8040-mcbin) ubootenv_add_uci_config "/dev/mtd0" "0x3f0000" "0x10000" "0x10000" "1" ;; |