diff options
author | Stefan Roese <sr@denx.de> | 2007-01-18 10:27:26 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-18 10:27:26 +0100 |
commit | 3a83ee3021168ff6fabe396eede56954adb6a3a5 (patch) | |
tree | 5aeb423168e77bf462105026e4252e0f48fe9f89 /Makefile | |
parent | 5fb692cae57d1710c8f52a427cf7f39a37383fcd (diff) | |
parent | 6d3e0107235aa0e6a6dcb77f9884497280bf85ad (diff) |
Merge with /home/stefan/git/u-boot/denx-merge-sr
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..." |