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@sartura.hr>
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))