]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Fix bug in device tree setup in 36-bit physical confg
authorKumar Gala <galak@kernel.crashing.org>
Tue, 10 Feb 2009 04:03:04 +0000 (22:03 -0600)
committerAndy Fleming <afleming@freescale.com>
Tue, 17 Feb 2009 00:05:52 +0000 (18:05 -0600)
commitb67305120aaf268a6140125346678166d14f1f47
treed1b473cae13d682b648296450f362a6f1b8157df
parentad97dce18445ff05bf326094e691a01aa95aa8dc
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>
board/freescale/mpc8572ds/mpc8572ds.c