mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
4b326101d6
commit
11188d55bc
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue