summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-01-18 09:30:29 +0100
committerStefan Roese <sr@denx.de>2007-01-18 09:30:29 +0100
commitaa962c15bfc5dc4b8875abed818a43989f063641 (patch)
tree8f79d5990b7545ce3474506dddb002c3cce58470 /Makefile
parenta195ff95ace5e74e50f54a469d1a160ff84a1089 (diff)
parent6d3e0107235aa0e6a6dcb77f9884497280bf85ad (diff)
downloadu-boot-imx-aa962c15bfc5dc4b8875abed818a43989f063641.zip
u-boot-imx-aa962c15bfc5dc4b8875abed818a43989f063641.tar.gz
u-boot-imx-aa962c15bfc5dc4b8875abed818a43989f063641.tar.bz2
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 01349f1..3e12982 100644
--- a/Makefile
+++ b/Makefile
@@ -1200,8 +1200,8 @@ sequoia_nand_config: unconfig
@echo "TEXT_BASE = 0x01000000" > $(obj)board/amcc/sequoia/config.tmp
@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
-solidcard3_config:unconfig
- @./mkconfig $(@:_config=) ppc ppc4xx solidcard3
+sc3_config:unconfig
+ @./mkconfig $(@:_config=) ppc ppc4xx sc3
sycamore_config: unconfig
@echo "Configuring for sycamore board as subset of walnut..."