diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-07-30 20:54:07 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-28 22:12:36 (GMT) |
commit | 337f9fde2e9317c1d9e85a4a8955a2f14730a00f (patch) | |
tree | a2b56c76204395b408c178b9ee59d59f61f51726 /Makefile | |
parent | ecead84d56b0ced67b727f5ce21ba08c53b5f09e (diff) | |
download | u-boot-337f9fde2e9317c1d9e85a4a8955a2f14730a00f.tar.xz |
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-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |