commit | f281c5ceef537475f6a3f0082f40a2218a8b7869 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Mon Feb 09 22:03:04 2009 -0600 |
committer | Andy Fleming <afleming@freescale.com> | Mon Feb 16 18:05:52 2009 -0600 |
tree | d1b473cae13d682b648296450f362a6f1b8157df | |
parent | 2275d0e49b1f128f251a694527593ddd7742889f [diff] |
85xx: Fix bug in device tree setup in 36-bit physical confg In the 36-bit physical config for MPC8572DS when need the start address of memory and it size to be kept in phys_*_t instead of a ulong since we support >4G of memory in the config and ulong cant represent that. Otherwise we end up seeing the memory node in the device tree reporting back we have memory starting @ 0 and of size 0. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>