diff options
author | Stefan Roese <sr@denx.de> | 2007-01-18 09:30:29 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-18 09:30:29 +0100 |
commit | aa962c15bfc5dc4b8875abed818a43989f063641 (patch) | |
tree | 8f79d5990b7545ce3474506dddb002c3cce58470 /Makefile | |
parent | a195ff95ace5e74e50f54a469d1a160ff84a1089 (diff) | |
parent | 6d3e0107235aa0e6a6dcb77f9884497280bf85ad (diff) | |
download | u-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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..." |