From bba4bf7a0de8ae4a2222256dca0a6e48a6417215 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 2 Feb 2011 12:57:10 +0000 Subject: [uboot-lantiq] * fix ram selection on arcadyan boards * fix make target selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25309 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 73ae9e32c..24ee04215 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