diff options
| author | Kumar Gala <[email protected]> | 2009-07-30 15:54:07 -0500 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2009-08-28 17:12:36 -0500 |
| commit | 337f9fde2e9317c1d9e85a4a8955a2f14730a00f (patch) | |
| tree | a2b56c76204395b408c178b9ee59d59f61f51726 /Makefile | |
| parent | ecead84d56b0ced67b727f5ce21ba08c53b5f09e (diff) | |
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 <[email protected]>
Acked-by: Wolfgang Denk <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
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 |
