-
- Downloads
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>
Showing
- common/cmd_bootm.c 3 additions, 2 deletionscommon/cmd_bootm.c
- common/image.c 11 additions, 6 deletionscommon/image.c
- include/image.h 1 addition, 1 deletioninclude/image.h
- include/lmb.h 12 additions, 10 deletionsinclude/lmb.h
- lib_generic/lmb.c 35 additions, 34 deletionslib_generic/lmb.c
- lib_ppc/bootm.c 9 additions, 7 deletionslib_ppc/bootm.c
Loading
Please register or sign in to comment