From 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Wed, 16 Jan 2008 00:38:05 -0600 Subject: Add support for the MPC837xERDB MPC837xERDB board support includes: * DDR2 330MHz hardcoded (soldered on the board) * Local Bus NOR Flash * I2C, UART and RTC * eTSEC RGMII (TSEC0 - RTL8211B with MII; * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware * load) Signed-off-by: Kevin Lam Signed-off-by: Joe D'Abbraccio Signed-off-by: Kim Phillips --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8be0dfa..1b3d2e6 100644 --- a/Makefile +++ b/Makefile @@ -1971,6 +1971,9 @@ MPC837XEMDS_HOST_config: unconfig fi ; @$(MKCONFIG) -a MPC837XEMDS ppc mpc83xx mpc837xemds freescale +MPC837XERDB_config: unconfig + @$(MKCONFIG) -a MPC837XERDB ppc mpc83xx mpc837xerdb freescale + sbc8349_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349 -- cgit v1.1