aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/patches
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2011-02-02 12:57:10 +0000
committerJohn Crispin <john@openwrt.org>2011-02-02 12:57:10 +0000
commit023322c8a262443c11997b70ead98b2750e673f0 (patch)
tree0f377c8205d36f9341c0c4d8bc98870c144f3dda /package/uboot-lantiq/patches
parent1ada5138172deb2928250c9f7627afa043f55d74 (diff)
downloadupstream-023322c8a262443c11997b70ead98b2750e673f0.tar.gz
upstream-023322c8a262443c11997b70ead98b2750e673f0.tar.bz2
upstream-023322c8a262443c11997b70ead98b2750e673f0.zip
* fix ram selection on arcadyan boards * fix make target selection
SVN-Revision: 25309
Diffstat (limited to 'package/uboot-lantiq/patches')
-rw-r--r--package/uboot-lantiq/patches/500-arcadyan.patch2
1 files changed, 1 insertions, 1 deletions
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