uboot-mvebu: Add U-boot for Turris Omnia
* Add U-boot support for Turris Omnia Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
parent
782d4c8306
commit
5c804bc199
1 changed files with 9 additions and 0 deletions
|
@ -36,6 +36,14 @@ define U-Boot/helios4
|
||||||
UBOOT_IMAGE:=u-boot-spl.kwb
|
UBOOT_IMAGE:=u-boot-spl.kwb
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define U-Boot/omnia
|
||||||
|
NAME:=Turris Omnia
|
||||||
|
BUILD_DEVICES:=cznic_turris-omnia
|
||||||
|
BUILD_SUBTARGET:=cortexa9
|
||||||
|
UBOOT_CONFIG:=turris_omnia
|
||||||
|
UBOOT_IMAGE:=u-boot-spl.kwb
|
||||||
|
endef
|
||||||
|
|
||||||
define U-Boot/espressobin
|
define U-Boot/espressobin
|
||||||
NAME:=Marvell ESPRESSObin
|
NAME:=Marvell ESPRESSObin
|
||||||
BUILD_SUBTARGET:=cortexa53
|
BUILD_SUBTARGET:=cortexa53
|
||||||
|
@ -50,6 +58,7 @@ endef
|
||||||
UBOOT_TARGETS:= \
|
UBOOT_TARGETS:= \
|
||||||
clearfog \
|
clearfog \
|
||||||
helios4 \
|
helios4 \
|
||||||
|
omnia \
|
||||||
espressobin \
|
espressobin \
|
||||||
uDPU
|
uDPU
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue