diff options
author | Stefan Roese | 2008-07-17 10:40:51 +0200 |
---|---|---|
committer | Stefan Roese | 2008-07-17 10:40:51 +0200 |
commit | 11188d55bc16dd907451c00282e00a038f73dd62 (patch) | |
tree | 6cfea0086308820df81cba1d39b7f80b83bc3c92 /Makefile | |
parent | 4b326101d6cfaeab8250988bc4c7f51e6c92d719 (diff) |
ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1397,6 +1397,9 @@ PPChameleonEVB_HI_33_config: unconfig quad100hd_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx quad100hd +redwood_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx redwood amcc + sbc405_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx sbc405 @@ -1418,9 +1421,6 @@ rainier_nand_config: unconfig @echo "TEXT_BASE = 0x01000000" > $(obj)board/amcc/sequoia/config.tmp @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk -redwood_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc ppc4xx redwood amcc - sc3_config:unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx sc3 |