From 023322c8a262443c11997b70ead98b2750e673f0 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 2 Feb 2011 12:57:10 +0000 Subject: * fix ram selection on arcadyan boards * fix make target selection SVN-Revision: 25309 --- package/uboot-lantiq/patches/500-arcadyan.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/uboot-lantiq/patches') diff --git a/package/uboot-lantiq/patches/500-arcadyan.patch b/package/uboot-lantiq/patches/500-arcadyan.patch index 73ae9e32c7..24ee042159 100644 --- a/package/uboot-lantiq/patches/500-arcadyan.patch +++ b/package/uboot-lantiq/patches/500-arcadyan.patch @@ -60,7 +60,7 @@ + } + @if [ "$$(findstring flash,$$@)" ] ; then \ + echo "#define CONFIG_USE_DDR_RAM" >>$(obj)include/config.h ; \ -+ echo "#define CONFIG_USE_DDR_RAM_CFG_DDR_psc166" >>$(obj)include/config.h ; \ ++ echo "#define CONFIG_USE_DDR_RAM_CFG_psc166" >>$(obj)include/config.h ; \ + fi + @$(MKCONFIG) -a $$(word 1,$$(subst _, ,$$@)) mips mips arcadyan "" danube +endef -- cgit v1.2.3