Explorar o código

uboot-mvebu: add uboot for helios 4

add u-boot for Helios 4 NAS

Signed-off-by: Alberto Bursi <[email protected]>
Alberto Bursi %!s(int64=5) %!d(string=hai) anos
pai
achega
f013cc4b26
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      package/boot/uboot-mvebu/Makefile

+ 8 - 0
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)