]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Change lmb to use phys_size_t/phys_addr_t
authorBecky Bruce <becky.bruce@freescale.com>
Tue, 10 Jun 2008 01:37:18 +0000 (20:37 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 11 Jun 2008 22:56:39 +0000 (00:56 +0200)
commit391fd93ab23e15ab3dd58a54f5b609024009c378
treecbecdac5275d3ee048a0f0402042437b60e816d6
parent61b09fc2952dc636017df4e7970e3de132276ba1
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>
common/cmd_bootm.c
common/image.c
include/image.h
include/lmb.h
lib_generic/lmb.c
lib_ppc/bootm.c