
In message 1213061838-12493-2-git-send-email-becky.bruce@freescale.com you wrote:
Currently, both are defined as an unsigned long, but should be phys_size_t. This should result in no real change, since phys_size_t is currently an unsigned long for all the default configs. Also add print_lnum to cmd_bdinfo to deal with the potentially wider memsize.
Signed-off-by: Becky Bruce becky.bruce@freescale.com
board/trab/memory.c | 2 +- common/cmd_bdinfo.c | 24 ++++++++++++++++-------- include/asm-arm/global_data.h | 2 +- include/asm-blackfin/global_data.h | 2 +- include/asm-blackfin/u-boot.h | 2 +- include/asm-i386/global_data.h | 2 +- include/asm-i386/u-boot.h | 2 +- include/asm-m68k/global_data.h | 2 +- include/asm-m68k/u-boot.h | 2 +- include/asm-microblaze/u-boot.h | 2 +- include/asm-mips/global_data.h | 2 +- include/asm-mips/u-boot.h | 2 +- include/asm-nios/global_data.h | 2 +- include/asm-nios/u-boot.h | 2 +- include/asm-nios2/global_data.h | 2 +- include/asm-nios2/u-boot.h | 2 +- include/asm-ppc/global_data.h | 2 +- include/asm-ppc/u-boot.h | 2 +- include/asm-sh/global_data.h | 2 +- include/asm-sh/u-boot.h | 2 +- include/asm-sparc/global_data.h | 2 +- include/asm-sparc/u-boot.h | 2 +- 22 files changed, 37 insertions(+), 29 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk