diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-22 08:08:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-22 08:08:27 +0000 |
commit | 2d653454f93c06d69ac10d7696bdef82340b80f1 (patch) | |
tree | e090baaf8939c39551d64402468b4dd23cf1f998 /package/boot/uboot-lantiq | |
parent | c9f09f157721fa9a00fc7117721f34d6481cfc6c (diff) | |
download | master-187ad058-2d653454f93c06d69ac10d7696bdef82340b80f1.tar.gz master-187ad058-2d653454f93c06d69ac10d7696bdef82340b80f1.tar.bz2 master-187ad058-2d653454f93c06d69ac10d7696bdef82340b80f1.zip |
Add Zyxel P-2812HNU-Fx images
P-2812HNU-Fx images are already supported but not generated.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40548 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-lantiq')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index f2c1c629b8..a7d59168c1 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -223,6 +223,20 @@ define uboot/fb3370_sfspl DEPS:=@TARGET_lantiq_xrx200_FRITZ3370 endef +define uboot/p2812hnufx_ram + TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (RAM) + SOC:=vr9 + DDR_SETTINGS:=board/zyxel/p2812hnufx/ddr_settings.h + DEPS:=@TARGET_lantiq_xrx200_P2812HNUFX +endef + +define uboot/p2812hnufx_nandspl + TITLE:=U-Boot for ZyXEL P-2812HNU-Fx (NAND SPL) + SOC:=vr9 + IMAGE:=u-boot.ltq.lzo.nandspl + DEPS:=@TARGET_lantiq_xrx200_P2812HNUFX +endef + UBOOTS:= \ arv4519pw_ram arv4519pw_nor arv4519pw_brn \ @@ -234,7 +248,8 @@ UBOOTS:= \ acmp252_ram acmp252_nor \ easy50712_ram easy50712_nor easy50712_norspl \ easy80920_ram easy80920_nor easy80920_norspl easy80920_sfspl \ - fb3370_eva fb3370_ram fb3370_sfspl + fb3370_eva fb3370_ram fb3370_sfspl \ + p2812hnufx_ram p2812hnufx_nandspl define Package/uboot/template define Package/uboot-lantiq-$(1) |