* fix ram selection on arcadyan boards * fix make target selection
[openwrt/staging/chunkeey.git] / package / uboot-lantiq / patches / 500-arcadyan.patch
index 73ae9e32c74012db26e52abaf92f1cb81f89f891..24ee042159c1af4faf3643d714637379a8ff6c48 100644 (file)
@@ -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