diff options
author | Larry Johnson <lrj@arlinx.com> | 2007-12-27 11:28:51 -0500 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-27 19:35:37 +0100 |
commit | c591dffe0cbacd896ccbad06011fe6d6afa080da (patch) | |
tree | de2642b73f3f8652df687a18e18b003330586608 /Makefile | |
parent | 87dc096829e6a6363f4fdd73653b0093a85adbe0 (diff) | |
download | u-boot-c591dffe0cbacd896ccbad06011fe6d6afa080da.tar.gz u-boot-c591dffe0cbacd896ccbad06011fe6d6afa080da.tar.xz u-boot-c591dffe0cbacd896ccbad06011fe6d6afa080da.zip |
Add support for Korat PPC440EPx board
These patches add support for the PPC440EPx-based "Korat" board to
U-Boot. They are based primarily on support for the Sequoia board.
Signed-off-by: Larry Johnson <lrj@acm.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1231,6 +1231,9 @@ haleakala_nand_config: unconfig @echo "TEXT_BASE = 0x01000000" > $(obj)board/amcc/kilauea/config.tmp @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk +korat_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx korat + luan_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx luan amcc |