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@sartura.hr>
This commit is contained in:
parent
4f348a200b
commit
1324fe468c
1 changed files with 7 additions and 1 deletions
|
@ -55,12 +55,18 @@ define U-Boot/uDPU
|
||||||
BUILD_SUBTARGET:=cortexa53
|
BUILD_SUBTARGET:=cortexa53
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define U-Boot/eDPU
|
||||||
|
NAME:=Methode eDPU
|
||||||
|
BUILD_SUBTARGET:=cortexa53
|
||||||
|
endef
|
||||||
|
|
||||||
UBOOT_TARGETS:= \
|
UBOOT_TARGETS:= \
|
||||||
clearfog \
|
clearfog \
|
||||||
helios4 \
|
helios4 \
|
||||||
omnia \
|
omnia \
|
||||||
espressobin \
|
espressobin \
|
||||||
uDPU
|
uDPU \
|
||||||
|
eDPU
|
||||||
|
|
||||||
define Package/u-boot/install
|
define Package/u-boot/install
|
||||||
$(if $(findstring cortexa53,$(BUILD_SUBTARGET)),,$(Package/u-boot/install/default))
|
$(if $(findstring cortexa53,$(BUILD_SUBTARGET)),,$(Package/u-boot/install/default))
|
||||||
|
|
Loading…
Reference in a new issue