diff options
author | Matthias Fuchs <matthias.fuchs@esd-electronics.com> | 2007-12-28 17:07:24 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-28 17:22:20 +0100 |
commit | 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5 (patch) | |
tree | db9570b822ce7d72b5d39ce7779c2e7d176304f0 /Makefile | |
parent | 407843a582560fc5231299561ab3c2b6b6cd3397 (diff) | |
download | u-boot-imx-8ba132cab18ae438b6dd5b0214c28a8fc0d976e5.zip u-boot-imx-8ba132cab18ae438b6dd5b0214c28a8fc0d976e5.tar.gz u-boot-imx-8ba132cab18ae438b6dd5b0214c28a8fc0d976e5.tar.bz2 |
ppc4xx: Complete PMC440 board support
This patch brings the PMC440 board configuration file.
Finally it enables the PMC440 board support.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1286,6 +1286,9 @@ PLU405_config: unconfig PMC405_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx pmc405 esd +PMC440_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx pmc440 esd + PPChameleonEVB_config \ PPChameleonEVB_BA_25_config \ PPChameleonEVB_ME_25_config \ |