summaryrefslogtreecommitdiffstats
path: root/board/compulab
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2014-09-30 15:40:03 -0700
committerStefano Babic <sbabic@denx.de>2014-10-21 10:47:14 +0200
commit3acb011c3c2c26cb6a6ee1b1d61ab8992b4f140b (patch)
tree44d4b90df1b03750654c6bd97778ff2cddda143c /board/compulab
parentf6d48b29cbf5950187e42cb3c108ea5d9c7adaa9 (diff)
downloadblackbird-obmc-uboot-3acb011c3c2c26cb6a6ee1b1d61ab8992b4f140b.tar.gz
blackbird-obmc-uboot-3acb011c3c2c26cb6a6ee1b1d61ab8992b4f140b.zip
ARM: i.MX: provide declaration for board_spi_cs_gpio
Provide a public declaration of the board_spi_cs_gpio() callback for i.MX SPI chip selects to prevent the warning "Should it be static?" when compiling with "make C=1". Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'board/compulab')
-rw-r--r--board/compulab/cm_fx6/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/compulab/cm_fx6/common.c b/board/compulab/cm_fx6/common.c
index 1f3967995f..59c9d1ac06 100644
--- a/board/compulab/cm_fx6/common.c
+++ b/board/compulab/cm_fx6/common.c
@@ -11,6 +11,7 @@
#include <common.h>
#include <asm/arch/sys_proto.h>
#include <asm/gpio.h>
+#include <asm/imx-common/spi.h>
#include <fsl_esdhc.h>
#include "common.h"
OpenPOWER on IntegriCloud