]> git.sur5r.net Git - u-boot/commit
Fix LMB type issues
authorAndy Fleming <afleming@freescale.com>
Mon, 7 Jul 2008 19:24:39 +0000 (14:24 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 9 Jul 2008 22:39:28 +0000 (00:39 +0200)
commit98874ff329d4a5b32c467b43f6e966e1aa68479f
tree18bbde0bbeead87f55171c259c05c91ace1ee192
parentda8693a91b8eef75ade8de50a1b2ce035bc5fb54
Fix LMB type issues

The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
of casting problems in the bootm code that called the LMB functions.

Signed-off-by: Andy Fleming <afleming@freescale.com>
include/lmb.h
lib_generic/lmb.c
lib_ppc/bootm.c