In message <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > --- > 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 -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Always leave room to add an explanation if it doesn't work out. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ U-Boot-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/u-boot-users
