[openwrt/openwrt] uboot-envtools: add support for ESPRESSObin and MACCHIATObin
LEDE Commits
lede-commits at lists.infradead.org
Wed Apr 25 23:57:19 PDT 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/bdb0de1bbce235244bcd0503c71886409379f4fc
commit bdb0de1bbce235244bcd0503c71886409379f4fc
Author: Damir Samardzic <damir.samardzic at sartura.hr>
AuthorDate: Tue Apr 24 08:25:21 2018 +0200
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 at sartura.hr>
---
package/boot/uboot-envtools/files/mvebu | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu
index 24ca679..ea9f136 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
More information about the lede-commits
mailing list