From 28fcb00b4473b6505f9b39a0c04e75d42fe9f40c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 12 Apr 2014 21:21:31 +0000 Subject: [PATCH 1/1] uboot-lantiq: add packages for AudioCodes MP-252 Signed-off-by: Daniel Schwierzeck SVN-Revision: 40486 --- package/boot/uboot-lantiq/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index 7bfb79ade7..c0a8b6e386 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -121,6 +121,17 @@ define uboot/gigasx76x_nor SOC:=danube endef +define uboot/acmp252_ram + TITLE:=U-Boot for AudioCodes MP-252 (RAM) + SOC:=danube + DDR_SETTINGS:=board/audiocodes/acmp252/ddr_settings.h +endef + +define uboot/acmp252_nor + TITLE:=U-Boot for AudioCodes MP-252 (NOR) + SOC:=danube +endef + define uboot/easy50712_ram TITLE:=U-Boot for Lantiq EASY50712 (RAM) SOC:=danube @@ -169,6 +180,7 @@ UBOOTS:= \ arv752dpw_ram arv752dpw_nor arv752dpw_brn \ arv752dpw22_ram arv752dpw22_nor arv752dpw22_brn \ gigasx76x_ram gigasx76x_nor \ + acmp252_ram acmp252_nor \ easy50712_ram easy50712_nor easy50712_norspl \ easy80920_ram easy80920_nor easy80920_norspl easy80920_sfspl -- 2.30.2