[U-Boot] [PATCH 0/14] Homogenise baud rate type to unsigned int

Simon Glass sjg at chromium.org
Sat Oct 13 02:21:07 CEST 2012


The global_data and bd_info structures for each board have different types
for the baudrate and bi_baudrate fields. This series lines them all up to
be the same.

There is some discussion on the list about using u32 instead of 'unsigned
int'. These are equivalent on all current architectures, and other fields
in global_data and bd_info do not use this. However I can change this if
required.


Simon Glass (14):
  sh: Change bi_baudrate and global data baudrate to int
  avr32: Change bi_baudrate and global data baudrate to int
  m68k: Change bi_baudrate and global data baudrate to int
  microblaze: Change bi_baudrate and global data baudrate to int
  nios2: Change bi_baudrate and global data baudrate to int
  openrisc: Change bi_baudrate and global data baudrate to int
  powerpc: Change bi_baudrate and global data baudrate to int
  sparc: Change bi_baudrate and global data baudrate to int
  arm: Change global data baudrate to int
  blackfin: Change global data baudrate to int
  mips: Change global data baudrate to int
  nds32: Change global data baudrate to int
  x86: Change global data baudrate to int
  sandbox: Change global data baudrate to int

 arch/arm/include/asm/global_data.h        |    2 +-
 arch/arm/include/asm/u-boot.h             |    2 +-
 arch/avr32/include/asm/global_data.h      |    2 +-
 arch/avr32/include/asm/u-boot.h           |    2 +-
 arch/blackfin/include/asm/global_data.h   |    2 +-
 arch/blackfin/include/asm/u-boot.h        |    2 +-
 arch/blackfin/lib/board.c                 |    2 +-
 arch/m68k/include/asm/global_data.h       |    2 +-
 arch/m68k/include/asm/u-boot.h            |    2 +-
 arch/microblaze/include/asm/global_data.h |    2 +-
 arch/microblaze/include/asm/u-boot.h      |    2 +-
 arch/mips/include/asm/global_data.h       |    2 +-
 arch/mips/include/asm/u-boot.h            |    2 +-
 arch/nds32/include/asm/global_data.h      |    2 +-
 arch/nds32/include/asm/u-boot.h           |    2 +-
 arch/nios2/include/asm/global_data.h      |    2 +-
 arch/nios2/include/asm/u-boot.h           |    2 +-
 arch/openrisc/include/asm/global_data.h   |    2 +-
 arch/openrisc/include/asm/u-boot.h        |    2 +-
 arch/powerpc/include/asm/global_data.h    |    2 +-
 arch/powerpc/include/asm/u-boot.h         |    2 +-
 arch/sandbox/include/asm/global_data.h    |    2 +-
 arch/sh/include/asm/global_data.h         |    2 +-
 arch/sh/include/asm/u-boot.h              |    2 +-
 arch/sparc/include/asm/global_data.h      |    2 +-
 arch/sparc/include/asm/u-boot.h           |    2 +-
 arch/x86/include/asm/global_data.h        |    2 +-
 common/cmd_bdinfo.c                       |   26 +++++++++++++-------------
 28 files changed, 40 insertions(+), 40 deletions(-)

-- 
1.7.7.3



More information about the U-Boot mailing list