summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-18 23:32:11 +0000
committerwdenk <wdenk>2004-04-18 23:32:11 +0000
commite35745bb64fae64da3e1fa7f4afe3213287f5908 (patch)
tree492a81e51c1102c16ec8ad265fa218586ba523fb /Makefile
parent2471111d3511dab6b80e87bd5901be9fafa514db (diff)
downloadbarebox-e35745bb64fae64da3e1fa7f4afe3213287f5908.tar.gz
barebox-e35745bb64fae64da3e1fa7f4afe3213287f5908.tar.xz
* Temporarily disabled John Kerl's extended MII command code because
"miivals.h" is missing * Patches by Mark Jonas, 13 Apr 2004: - Remove CS0 chip select timing setting from cpu/mpc5xxx/start.S - Add sync instructions to IceCube SDRAM init code - Move SDRAM chip constants into seperate include files - Unify DDR and SDR initialization code - Unify all IceCube (Lite5xxx) target names
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 0287765c79..3eb1758a97 100644
--- a/Makefile
+++ b/Makefile
@@ -212,16 +212,16 @@ PATI_config: unconfig
#########################################################################
## MPC5xxx Systems
#########################################################################
-MPC5200LITE_config \
-MPC5200LITE_LOWBOOT_config \
-MPC5200LITE_LOWBOOT08_config \
-icecube_5200_DDR_config \
-IceCube_5200_DDR_config \
-icecube_5200_DDR_LOWBOOT_config \
-icecube_5200_DDR_LOWBOOT08_config \
-icecube_5200_config \
-IceCube_5200_config \
-IceCube_5100_config: unconfig
+Lite5200_config \
+Lite5200_LOWBOOT_config \
+Lite5200_LOWBOOT08_config \
+icecube_5200_config \
+icecube_5200_LOWBOOT_config \
+icecube_5200_LOWBOOT08_config \
+icecube_5200_DDR_config \
+icecube_5200_DDR_LOWBOOT_config \
+icecube_5200_DDR_LOWBOOT08_config \
+icecube_5100_config: unconfig
@ >include/config.h
@[ -z "$(findstring LOWBOOT_,$@)" ] || \
{ if [ "$(findstring DDR,$@)" ] ; \