summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-03-17 11:42:53 +0100
committerWolfgang Denk <wd@pollux.denx.de>2006-03-17 11:42:53 +0100
commit09e4b0c5d3881412519f33d498560a5bbcc82cd9 (patch)
tree691b37e2fc2772d0c03aa5f58b2c3d93bad183f8 /Makefile
parentff7fefe6797246b2748530f965f2e41de34a982a (diff)
downloadblackbird-obmc-uboot-09e4b0c5d3881412519f33d498560a5bbcc82cd9.tar.gz
blackbird-obmc-uboot-09e4b0c5d3881412519f33d498560a5bbcc82cd9.zip
Add support for Lite5200B board.
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1a0e6c3c15..a1c663f1d3 100644
--- a/Makefile
+++ b/Makefile
@@ -303,6 +303,20 @@ icecube_5100_config: unconfig
inka4x0_config: unconfig
@./mkconfig inka4x0 ppc mpc5xxx inka4x0
+lite5200b_config \
+lite5200b_LOWBOOT_config: unconfig
+ @ >include/config.h
+ @ echo "#define CONFIG_MPC5200_DDR" >>include/config.h
+ @ echo "... DDR memory revision"
+ @ echo "#define CONFIG_MPC5200" >>include/config.h
+ @ echo "#define CONFIG_LITE5200B" >>include/config.h
+ @[ -z "$(findstring LOWBOOT_,$@)" ] || \
+ { echo "TEXT_BASE = 0xFF000000" >board/icecube/config.tmp ; \
+ echo "... with LOWBOOT configuration" ; \
+ }
+ @ echo "... with MPC5200B processor"
+ @./mkconfig -a IceCube ppc mpc5xxx icecube
+
mcc200_config \
mcc200_lowboot_config: unconfig
@ >include/config.h
OpenPOWER on IntegriCloud