commit | 391fd93ab23e15ab3dd58a54f5b609024009c378 | [log] [tgz] |
---|---|---|
author | Becky Bruce <becky.bruce@freescale.com> | Mon Jun 09 20:37:18 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jun 12 00:56:39 2008 +0200 |
tree | cbecdac5275d3ee048a0f0402042437b60e816d6 | |
parent | 61b09fc2952dc636017df4e7970e3de132276ba1 [diff] |
Change lmb to use phys_size_t/phys_addr_t This updates the lmb code to use phys_size_t and phys_addr_t instead of unsigned long. Other code which interacts with this code, like getenv_bootm_size() is also updated. Booted on MPC8641HPCN, build-tested ppc, arm, mips. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>