diff options
author | Feng Kan <fkan@amcc.com> | 2008-07-08 22:48:42 -0700 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-11 13:18:12 +0200 |
commit | 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d (patch) | |
tree | ea10b3bc67cbec4d162067d16af5d5c1365f0237 /Makefile | |
parent | 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89 (diff) | |
download | u-boot-imx-0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d.zip u-boot-imx-0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d.tar.gz u-boot-imx-0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d.tar.bz2 |
ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
Add AMCC Redwood reference board that uses the latest
PPC 464 CPU processor combined with a rich mix of peripheral
controllers. The board will support PCIe, mutiple Gig ethernet
ports, advanced hardware RAID assistance and IEEE 1588.
Signed-off-by: Feng Kan <fkan@amcc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1418,6 +1418,9 @@ 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 |