]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Change bd/gd memsize/ram_size to be phys_size_t.
authorBecky Bruce <becky.bruce@freescale.com>
Tue, 10 Jun 2008 01:37:16 +0000 (20:37 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 11 Jun 2008 22:54:53 +0000 (00:54 +0200)
commitb57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
tree247a1f2b1ea4c024206b4ec02a71604cd5ee40b3
parentb77cddc7b52acd4ed78830ac681a398dd3053938
Change bd/gd memsize/ram_size to be phys_size_t.

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>
22 files changed:
board/trab/memory.c
common/cmd_bdinfo.c
include/asm-arm/global_data.h
include/asm-blackfin/global_data.h
include/asm-blackfin/u-boot.h
include/asm-i386/global_data.h
include/asm-i386/u-boot.h
include/asm-m68k/global_data.h
include/asm-m68k/u-boot.h
include/asm-microblaze/u-boot.h
include/asm-mips/global_data.h
include/asm-mips/u-boot.h
include/asm-nios/global_data.h
include/asm-nios/u-boot.h
include/asm-nios2/global_data.h
include/asm-nios2/u-boot.h
include/asm-ppc/global_data.h
include/asm-ppc/u-boot.h
include/asm-sh/global_data.h
include/asm-sh/u-boot.h
include/asm-sparc/global_data.h
include/asm-sparc/u-boot.h