summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-07-30 15:54:07 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:36 -0500
commit337f9fde2e9317c1d9e85a4a8955a2f14730a00f (patch)
treea2b56c76204395b408c178b9ee59d59f61f51726 /Makefile
parentecead84d56b0ced67b727f5ce21ba08c53b5f09e (diff)
downloadtalos-obmc-uboot-337f9fde2e9317c1d9e85a4a8955a2f14730a00f.tar.gz
talos-obmc-uboot-337f9fde2e9317c1d9e85a4a8955a2f14730a00f.zip
85xx: Add a 36-bit physical configuration for MPC8536DS
We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary to allow for larger memory sizes. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Acked-by: Wolfgang Denk <wd@denx.de> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fa43a57a8..9821ffd55e 100644
--- a/Makefile
+++ b/Makefile
@@ -2440,8 +2440,11 @@ vme8349_config: unconfig
ATUM8548_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx atum8548
+MPC8536DS_36BIT_config \
MPC8536DS_config: unconfig
- @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8536ds freescale
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_$(@:_config=) 1" >$(obj)include/config.h
+ @$(MKCONFIG) -a MPC8536DS ppc mpc85xx mpc8536ds freescale
MPC8540ADS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale
OpenPOWER on IntegriCloud