summaryrefslogtreecommitdiffstats
path: root/include/configs/tx25.h
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2011-08-29 04:27:06 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-12 17:40:47 +0200
commitc2205f4db06ce7a104bfe77f01e780e73fd721d3 (patch)
tree6f6489919595b0cc643f143b9abb2a2c627d8849 /include/configs/tx25.h
parent8c4e0ca69e09e05c2857f49b233df7ac38451fef (diff)
downloadblackbird-obmc-uboot-c2205f4db06ce7a104bfe77f01e780e73fd721d3.tar.gz
blackbird-obmc-uboot-c2205f4db06ce7a104bfe77f01e780e73fd721d3.zip
MX25: tx25: Fix build by making use of GPIO framework
Make use of GPIO framework and avoid the following build error: tx25.c: In function 'tx25_fec_init': tx25.c:73: error: dereferencing pointer to incomplete type tx25.c:74: error: dereferencing pointer to incomplete type tx25.c:75: error: dereferencing pointer to incomplete type tx25.c:76: error: dereferencing pointer to incomplete type tx25.c:83: error: dereferencing pointer to incomplete type tx25.c:84: error: dereferencing pointer to incomplete type tx25.c:114: error: dereferencing pointer to incomplete type tx25.c:115: error: dereferencing pointer to incomplete type tx25.c:116: error: dereferencing pointer to incomplete type tx25.c:117: error: dereferencing pointer to incomplete type tx25.c:124: error: dereferencing pointer to incomplete type tx25.c:125: error: dereferencing pointer to incomplete type tx25.c:126: error: dereferencing pointer to incomplete type Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/tx25.h')
-rw-r--r--include/configs/tx25.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/tx25.h b/include/configs/tx25.h
index b284daafff..cb604a5a31 100644
--- a/include/configs/tx25.h
+++ b/include/configs/tx25.h
@@ -91,6 +91,8 @@
#define CONFIG_BAUDRATE 115200 /* Default baud rate */
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
+#define CONFIG_MXC_GPIO
+
/*
* Flash & Environment
*/
OpenPOWER on IntegriCloud