commit | 0a62857c83e7fd7bb1324c929f9ab9d6968ff29c | [log] [tgz] |
---|---|---|
author | Becky Bruce <bgill@freescale.com> | Wed May 07 13:24:57 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sat May 10 00:59:57 2008 +0200 |
tree | 96199a6636af49402ba7ea98dc29a13c0ed9a627 | |
parent | 5bcd4100bbe3b4e8dcf3d32d1b0de62116c711a8 [diff] |
Update pci code to use phys_addr_t Physical addrs need to be represented by phys_addr_t, not unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT are going to fail mightily. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>