diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-01-23 14:22:14 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2009-01-23 17:09:18 -0600 |
commit | 18af1c5f0f7402dc0d6a71b012c68025dd97cf72 (patch) | |
tree | dc81105490dd7d6572f2fbbb2cb58c4521f8ee24 /MAKEALL | |
parent | c51fc5d53c4560abc4d0a6126c06fc68133d1528 (diff) | |
download | u-boot-18af1c5f0f7402dc0d6a71b012c68025dd97cf72.zip u-boot-18af1c5f0f7402dc0d6a71b012c68025dd97cf72.tar.gz u-boot-18af1c5f0f7402dc0d6a71b012c68025dd97cf72.tar.bz2 |
85xx: Add a 36-bit physical configuration for MPC8572DS
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>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -372,6 +372,7 @@ LIST_85xx=" \ MPC8560ADS \ MPC8568MDS \ MPC8572DS \ + MPC8572DS_36BIT \ PM854 \ PM856 \ sbc8540 \ |