uboot-mvebu: add uboot for helios 4
add u-boot for Helios 4 NAS Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
This commit is contained in:
parent
546e140382
commit
f013cc4b26
@ -29,6 +29,13 @@ define U-Boot/clearfog
|
|||||||
UBOOT_IMAGE:=u-boot-spl.kwb
|
UBOOT_IMAGE:=u-boot-spl.kwb
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define U-Boot/helios4
|
||||||
|
NAME:=Kobol Helios 4
|
||||||
|
BUILD_DEVICES:=kobol_helios4
|
||||||
|
BUILD_SUBTARGET:=cortexa9
|
||||||
|
UBOOT_IMAGE:=u-boot-spl.kwb
|
||||||
|
endef
|
||||||
|
|
||||||
define U-Boot/uDPU
|
define U-Boot/uDPU
|
||||||
NAME:=Methode uDPU
|
NAME:=Methode uDPU
|
||||||
BUILD_DEVICES:=methode_udpu
|
BUILD_DEVICES:=methode_udpu
|
||||||
@ -37,6 +44,7 @@ endef
|
|||||||
|
|
||||||
UBOOT_TARGETS:= \
|
UBOOT_TARGETS:= \
|
||||||
clearfog \
|
clearfog \
|
||||||
|
helios4 \
|
||||||
uDPU
|
uDPU
|
||||||
|
|
||||||
Build/Exports:=$(Host/Exports)
|
Build/Exports:=$(Host/Exports)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user