aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/patches/500-arcadyan.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-02-02 12:57:10 +0000
committerJohn Crispin <blogic@openwrt.org>2011-02-02 12:57:10 +0000
commit910f61bbdb2b5c4fe541b8720fdf268b891c72ea (patch)
tree8b4f8172e2486f9280d1aaec42df65191f61bce9 /package/uboot-lantiq/patches/500-arcadyan.patch
parent096152da5848c324f119bd09f16c0cb28bf59881 (diff)
downloadupstream-910f61bbdb2b5c4fe541b8720fdf268b891c72ea.tar.gz
upstream-910f61bbdb2b5c4fe541b8720fdf268b891c72ea.tar.bz2
upstream-910f61bbdb2b5c4fe541b8720fdf268b891c72ea.zip
[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
Diffstat (limited to 'package/uboot-lantiq/patches/500-arcadyan.patch')
-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