diff options
author | Damir Samardzic <damir.samardzic@sartura.hr> | 2018-04-24 08:25:21 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-25 20:37:28 +0200 |
commit | bdb0de1bbce235244bcd0503c71886409379f4fc (patch) | |
tree | 9bc534bb1723ca39125f4ba7ffa5be9315094f3c | |
parent | 6f4faf833dca8e1010a3946cf031cec48f07a582 (diff) | |
download | upstream-bdb0de1bbce235244bcd0503c71886409379f4fc.tar.gz upstream-bdb0de1bbce235244bcd0503c71886409379f4fc.tar.bz2 upstream-bdb0de1bbce235244bcd0503c71886409379f4fc.zip |
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>
-rw-r--r-- | package/boot/uboot-envtools/files/mvebu | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu index 24ca6798e8..ea9f136a43 100644 --- a/package/boot/uboot-envtools/files/mvebu +++ b/package/boot/uboot-envtools/files/mvebu @@ -28,6 +28,10 @@ armada-385-turris-omnia) armada-xp-linksys-mamba) 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 config_load ubootenv |