uboot-lantiq: Add Arcadyan VGV7510KW22 support
[openwrt/openwrt.git] / package / boot / uboot-lantiq / Makefile
index d59aac85d55af981a71d33283497a563039594e6..b396ab7e3fb15dda5a62abae5a2970fac23c48ab 100644 (file)
@@ -257,6 +257,24 @@ define uboot/p2812hnufx_nandspl
   DEPS:=@TARGET_lantiq_xrx200_P2812HNUF1||@TARGET_lantiq_xrx200_P2812HNUF3
 endef
 
+define uboot/vgv7510kw22_brn
+  TITLE:=U-Boot for Arcadyan VGV7510KW22 (BRN)
+  SOC:=vr9
+  DEPS:=@TARGET_lantiq_xrx200_VGV7510KW22NOR||@TARGET_lantiq_xrx200_VGV7510KW22BRN
+endef
+
+define uboot/vgv7510kw22_nor
+  TITLE:=U-Boot for Arcadyan VGV7510KW22 (NOR)
+  SOC:=vr9
+  DEPS:=@TARGET_lantiq_xrx200_VGV7510KW22NOR||@TARGET_lantiq_xrx200_VGV7510KW22BRN
+endef
+
+define uboot/vgv7510kw22_ram
+  TITLE:=U-Boot for Arcadyan VGV7510KW22 (RAM)
+  SOC:=vr9
+  DDR_SETTINGS:=board/arcadyan/vgv7510kw22/ddr_settings.h
+  DEPS:=@TARGET_lantiq_xrx200_VGV7510KW22NOR||@TARGET_lantiq_xrx200_VGV7510KW22BRN
+endef
 
 UBOOTS:= \
        arv4519pw_ram arv4519pw_nor arv4519pw_brn \
@@ -270,7 +288,8 @@ UBOOTS:= \
        easy50712_ram easy50712_nor easy50712_norspl \
        easy80920_ram easy80920_nor easy80920_norspl easy80920_sfspl \
        fb3370_eva fb3370_ram fb3370_sfspl \
-       p2812hnufx_ram p2812hnufx_nandspl
+       p2812hnufx_ram p2812hnufx_nandspl \
+       vgv7510kw22_brn vgv7510kw22_nor vgv7510kw22_ram
 
 define Package/uboot/template
 define Package/uboot-lantiq-$(1)