diff options
author | John Crispin <john@openwrt.org> | 2014-04-22 08:08:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-22 08:08:23 +0000 |
commit | a57ffc09a766c5a05f47e60b3800bbf87ff8ac60 (patch) | |
tree | 7f45852228da077c2eb3e159995e288a4a55f82a /package/boot/uboot-lantiq/Makefile | |
parent | 03a777c29388b974fde3be10f7b82a9610699428 (diff) | |
download | mtk-20170518-a57ffc09a766c5a05f47e60b3800bbf87ff8ac60.zip mtk-20170518-a57ffc09a766c5a05f47e60b3800bbf87ff8ac60.tar.gz mtk-20170518-a57ffc09a766c5a05f47e60b3800bbf87ff8ac60.tar.bz2 |
Add Fritz!Box 3370 images
Fritz!Box 3370 images are already supported but not generated.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 40547
Diffstat (limited to 'package/boot/uboot-lantiq/Makefile')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index ac2365d..f2c1c62 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -203,6 +203,26 @@ define uboot/easy80920_sfspl DEPS:=@(TARGET_lantiq_xrx200_EASY80920NOR||TARGET_lantiq_xrx200_EASY80920NAND) endef +define uboot/fb3370_eva + TITLE:=U-Boot for AVM FRITZ3370 (EVA) + SOC:=vr9 + DEPS:=@TARGET_lantiq_xrx200_FRITZ3370 +endef + +define uboot/fb3370_ram + TITLE:=U-Boot for AVM FRITZ3370 (RAM) + SOC:=vr9 + DDR_SETTINGS:=board/avm/fb3370/ddr_settings.h + DEPS:=@TARGET_lantiq_xrx200_FRITZ3370 +endef + +define uboot/fb3370_sfspl + TITLE:=U-Boot for AVM FRITZ3370 (SPI SPL) + SOC:=vr9 + IMAGE:=u-boot.ltq.lzo.sfspl + DEPS:=@TARGET_lantiq_xrx200_FRITZ3370 +endef + UBOOTS:= \ arv4519pw_ram arv4519pw_nor arv4519pw_brn \ @@ -213,7 +233,8 @@ UBOOTS:= \ gigasx76x_ram gigasx76x_nor \ acmp252_ram acmp252_nor \ easy50712_ram easy50712_nor easy50712_norspl \ - easy80920_ram easy80920_nor easy80920_norspl easy80920_sfspl + easy80920_ram easy80920_nor easy80920_norspl easy80920_sfspl \ + fb3370_eva fb3370_ram fb3370_sfspl define Package/uboot/template define Package/uboot-lantiq-$(1) |