diff options
author | wdenk <wdenk> | 2004-05-13 13:23:58 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-05-13 13:23:58 +0000 |
commit | 10767ccb86e0413633e7d89fbbb354014288b036 (patch) | |
tree | 07ec7560b3ba704c726412ad7d79afbf100b0f07 /Makefile | |
parent | 02b11f8e096fde3fc891190c413014a63cdc37b3 (diff) | |
download | u-boot-imx-10767ccb86e0413633e7d89fbbb354014288b036.zip u-boot-imx-10767ccb86e0413633e7d89fbbb354014288b036.tar.gz u-boot-imx-10767ccb86e0413633e7d89fbbb354014288b036.tar.bz2 |
Add support for CATcenter board (based on PPChameleon ME module)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -548,6 +548,11 @@ BUBINGA405EP_config: unconfig CANBT_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx canbt esd +CATcenter_config: unconfig + @ echo "/* CATcenter uses PPChameleon Model ME */" > include/config.h + @ echo "#define CONFIG_PPCHAMELEON_MODULE_MODEL 1" >> include/config.h + @./mkconfig -a $(call xtract_4xx,$@) ppc ppc4xx PPChameleonEVB dave + CPCI405_config \ CPCI4052_config \ CPCI405AB_config: unconfig |