[openwrt/openwrt] uboot-mvebu: add Methode eDPU support
LEDE Commits
lede-commits at lists.infradead.org
Mon Oct 17 07:04:08 PDT 2022
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1324fe468c0acece9f7c03a2d91a5bf2e6a9a9e0
commit 1324fe468c0acece9f7c03a2d91a5bf2e6a9a9e0
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Wed Sep 21 18:39:22 2022 +0200
uboot-mvebu: add Methode eDPU support
Add support for building for Methode eDPU board, no patches are needed
as board has been upstreamed and is part of the 2022.10-rc releases.
Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
package/boot/uboot-mvebu/Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 274cc641d9..5075dce2ab 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -55,12 +55,18 @@ define U-Boot/uDPU
BUILD_SUBTARGET:=cortexa53
endef
+define U-Boot/eDPU
+ NAME:=Methode eDPU
+ BUILD_SUBTARGET:=cortexa53
+endef
+
UBOOT_TARGETS:= \
clearfog \
helios4 \
omnia \
espressobin \
- uDPU
+ uDPU \
+ eDPU
define Package/u-boot/install
$(if $(findstring cortexa53,$(BUILD_SUBTARGET)),,$(Package/u-boot/install/default))
More information about the lede-commits
mailing list