summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorReinhard Arlt <reinhard.arlt@esd.eu>2009-12-08 09:13:08 +0100
committerKim Phillips <kim.phillips@freescale.com>2010-01-07 18:34:31 -0600
commit1dee9be683c9b0f060452aaf1a97a34fae87f07a (patch)
treea0231e7403c8be6670d55c14c53ca302eb1fead4 /Makefile
parent7693640acd5222f5a64e59ccf5e3bc511e8054b9 (diff)
downloadblackbird-obmc-uboot-1dee9be683c9b0f060452aaf1a97a34fae87f07a.tar.gz
blackbird-obmc-uboot-1dee9be683c9b0f060452aaf1a97a34fae87f07a.zip
mpc83xx: Add support for MPC8349 esd caddy2
The caddy2 is a variant of the already supported vme8349. So we just add the differences to this board port. To better support those two boards we switched from fixed SDRAM configuration to usage of spd_sdram(). This is done by providing a board specific SPD EEPROM routine with different values for both boards. Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu> Signed-off-by: Stefan Roese <sr@denx.de> changed to use mkconfig -t option instead, plus misc codingstyle fixes. Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dca112c60..1abe64aa59 100644
--- a/Makefile
+++ b/Makefile
@@ -2400,8 +2400,9 @@ SIMPC8313_SP_config: unconfig
TQM834x_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc83xx tqm834x tqc
+caddy2_config \
vme8349_config: unconfig
- @$(MKCONFIG) $(@:_config=) ppc mpc83xx vme8349 esd
+ @$(MKCONFIG) -t $(@:_config=) vme8349 ppc mpc83xx vme8349 esd
#########################################################################
## MPC85xx Systems
OpenPOWER on IntegriCloud