summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_fx6.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2015-05-22 17:30:48 +0100
committerStefano Babic <sbabic@denx.de>2015-05-26 15:58:56 +0200
commit302b2e5babb11b24c7808b79521851457fb2d8e8 (patch)
tree2b0af63c89a6c2c31389b14ac4c4196d3e7ce4f8 /include/configs/cm_fx6.h
parentea6909173f0f918e397d468e579fb43ee6481b1a (diff)
downloadtalos-obmc-uboot-302b2e5babb11b24c7808b79521851457fb2d8e8.tar.gz
talos-obmc-uboot-302b2e5babb11b24c7808b79521851457fb2d8e8.zip
imx6: move MXC_GPIO define to mx6_common.h
Define CONFIG_MXC_GPIO and CONFIG_CMD_GPIO by default in mx6_common Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/cm_fx6.h')
-rw-r--r--include/configs/cm_fx6.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
index 8b89278cef..5ef7ba726d 100644
--- a/include/configs/cm_fx6.h
+++ b/include/configs/cm_fx6.h
@@ -17,10 +17,6 @@
#define CONFIG_SYS_LITTLE_ENDIAN
#define CONFIG_MACH_TYPE 4273
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_CMD_GPIO
-#endif
-
/* CMD */
#define CONFIG_CMD_GREPENV
#undef CONFIG_CMD_LOADB
@@ -250,9 +246,6 @@
#define CONFIG_DWC_AHSATA_PORT_ID 0
#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
-/* GPIO */
-#define CONFIG_MXC_GPIO
-
/* Boot */
#define CONFIG_ZERO_BOOTDELAY_CHECK
#define CONFIG_LOADADDR 0x10800000
OpenPOWER on IntegriCloud