diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2007-12-27 17:03:46 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-27 19:35:37 +0100 |
commit | b568fd25574181a3b12ae3d66b2913903442cb83 (patch) | |
tree | 154528948869a02854cd654fd7c621741a8113ac /Makefile | |
parent | c591dffe0cbacd896ccbad06011fe6d6afa080da (diff) | |
download | u-boot-imx-b568fd25574181a3b12ae3d66b2913903442cb83.zip u-boot-imx-b568fd25574181a3b12ae3d66b2913903442cb83.tar.gz u-boot-imx-b568fd25574181a3b12ae3d66b2913903442cb83.tar.bz2 |
Remove CPCI440 board
This board never left prototyping state and it
became a millstone round my neck. So remove it.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1160,9 +1160,6 @@ CPCI405AB_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx cpci405 esd @echo "BOARD_REVISION = $(@:_config=)" >> $(obj)include/config.mk -CPCI440_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc ppc4xx cpci440 esd - CPCIISER4_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx cpciiser4 esd |