-
- Downloads
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>
Showing
- board/trab/memory.c 1 addition, 1 deletionboard/trab/memory.c
- common/cmd_bdinfo.c 16 additions, 8 deletionscommon/cmd_bdinfo.c
- include/asm-arm/global_data.h 1 addition, 1 deletioninclude/asm-arm/global_data.h
- include/asm-blackfin/global_data.h 1 addition, 1 deletioninclude/asm-blackfin/global_data.h
- include/asm-blackfin/u-boot.h 1 addition, 1 deletioninclude/asm-blackfin/u-boot.h
- include/asm-i386/global_data.h 1 addition, 1 deletioninclude/asm-i386/global_data.h
- include/asm-i386/u-boot.h 1 addition, 1 deletioninclude/asm-i386/u-boot.h
- include/asm-m68k/global_data.h 1 addition, 1 deletioninclude/asm-m68k/global_data.h
- include/asm-m68k/u-boot.h 1 addition, 1 deletioninclude/asm-m68k/u-boot.h
- include/asm-microblaze/u-boot.h 1 addition, 1 deletioninclude/asm-microblaze/u-boot.h
- include/asm-mips/global_data.h 1 addition, 1 deletioninclude/asm-mips/global_data.h
- include/asm-mips/u-boot.h 1 addition, 1 deletioninclude/asm-mips/u-boot.h
- include/asm-nios/global_data.h 1 addition, 1 deletioninclude/asm-nios/global_data.h
- include/asm-nios/u-boot.h 1 addition, 1 deletioninclude/asm-nios/u-boot.h
- include/asm-nios2/global_data.h 1 addition, 1 deletioninclude/asm-nios2/global_data.h
- include/asm-nios2/u-boot.h 1 addition, 1 deletioninclude/asm-nios2/u-boot.h
- include/asm-ppc/global_data.h 1 addition, 1 deletioninclude/asm-ppc/global_data.h
- include/asm-ppc/u-boot.h 1 addition, 1 deletioninclude/asm-ppc/u-boot.h
- include/asm-sh/global_data.h 1 addition, 1 deletioninclude/asm-sh/global_data.h
- include/asm-sh/u-boot.h 1 addition, 1 deletioninclude/asm-sh/u-boot.h
Loading
Please register or sign in to comment