summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2008-11-20 09:57:47 +0100
committerKim Phillips <kim.phillips@freescale.com>2008-11-20 15:29:32 -0600
commitfed36ac5ae613773b6cd90e61e292c45440e10c8 (patch)
tree9d3c4083ea97777a4a927c0ad0214397b05e58b9 /Makefile
parentfacdad5f2602e899a01746916beddbf9e856b5ee (diff)
powerpc: 83xx: add support for the kmeter1 board
This patch adds support for the kmeter1 board from Keymile, based on a Freescale MPC8360 CPU. - serial console on UART 1 - 256 MB DDR2 RAM - 64 MB NOR Flash - Ethernet RMII Mode over UCC4 - PHY SMSC LAN8700 Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd521b6b5..1fe8f7021 100644
--- a/Makefile
+++ b/Makefile
@@ -2175,6 +2175,9 @@ TASREG_config : unconfig
## MPC83xx Systems
#########################################################################
+kmeter1_config: unconfig
+ @$(MKCONFIG) kmeter1 ppc mpc83xx kmeter1 keymile
+
MPC8313ERDB_33_config \
MPC8313ERDB_66_config \
MPC8313ERDB_NAND_33_config \