[U-Boot] [PATCH 0/4] ARM: clean up declarations of public functions

Eric Nelson eric.nelson at boundarydevices.com
Wed Oct 1 00:40:00 CEST 2014


This series of patches addresses a number of "Should it be static?"
warnings from make when invoked with C=1.

Eric Nelson (4):
  ARM: prevent compiler warnings from bootm.c
  ARM: i.MX6: include prototype for get_board_rev()
  ARM: i.MX: provide declaration for board_spi_cs_gpio
  ARM: i.MX video: declare displays and display_count publicly

 arch/arm/cpu/armv7/mx6/soc.c                  |  1 +
 arch/arm/imx-common/video.c                   |  3 ---
 arch/arm/include/asm/imx-common/spi.h         | 17 +++++++++++++++++
 arch/arm/include/asm/imx-common/video.h       |  5 +++++
 arch/arm/lib/bootm.c                          |  5 ++++-
 board/boundary/nitrogen6x/nitrogen6x.c        |  1 +
 board/compulab/cm_fx6/common.c                |  1 +
 board/embest/mx6boards/mx6boards.c            |  1 +
 board/freescale/mx6qsabreauto/mx6qsabreauto.c |  1 +
 board/freescale/mx6slevk/mx6slevk.c           |  1 +
 board/gateworks/gw_ventana/gw_ventana.c       |  1 +
 board/genesi/mx51_efikamx/efikamx.c           |  1 +
 board/ttcontrol/vision2/vision2.c             |  1 +
 drivers/spi/mxc_spi.c                         |  1 +
 14 files changed, 36 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/include/asm/imx-common/spi.h

-- 
1.9.1



More information about the U-Boot mailing list