X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fboot%2Fuboot-mvebu%2FMakefile;fp=package%2Fboot%2Fuboot-mvebu%2FMakefile;h=6a1cd3379ec399be6638b7fa2cda5cab6347fd91;hb=f013cc4b26890bd71bf8fe4010beae0cbfd16d10;hp=029018b414e5317b0729028ecdccc460cd2cb81f;hpb=546e14038239e43350e07b75124972babed4c9b0;p=openwrt%2Fopenwrt.git diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile index 029018b414..6a1cd3379e 100644 --- a/package/boot/uboot-mvebu/Makefile +++ b/package/boot/uboot-mvebu/Makefile @@ -29,6 +29,13 @@ define U-Boot/clearfog UBOOT_IMAGE:=u-boot-spl.kwb 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 NAME:=Methode uDPU BUILD_DEVICES:=methode_udpu @@ -37,6 +44,7 @@ endef UBOOT_TARGETS:= \ clearfog \ + helios4 \ uDPU Build/Exports:=$(Host/Exports)