diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-26 15:06:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-04 18:10:02 -0400 |
commit | f03af6e299d2da326d6a740c4fae70de6c313153 (patch) | |
tree | 93fee0b074d2ed7423d7292c7e320f232d7f4ea4 /configs | |
parent | 31f39b2f46a4ab49a38179e59dd7c468065e43e3 (diff) | |
download | u-boot-f03af6e299d2da326d6a740c4fae70de6c313153.tar.gz |
topic_miami: Disable GPIO
Per the boards config header file, there is no useful GPIO on these
boards. Remove CONFIG_CMD_GPIO from the defconfigs.
Cc: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/topic_miami_defconfig | 1 | ||||
-rw-r--r-- | configs/topic_miamilite_defconfig | 1 | ||||
-rw-r--r-- | configs/topic_miamiplus_defconfig | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/topic_miami_defconfig b/configs/topic_miami_defconfig index 26b6a8e034..721ed3f8a6 100644 --- a/configs/topic_miami_defconfig +++ b/configs/topic_miami_defconfig @@ -26,7 +26,6 @@ CONFIG_CMD_MEMTEST=y CONFIG_SYS_MEMTEST_START=0x00000000 CONFIG_SYS_MEMTEST_END=0x18000000 CONFIG_CMD_DFU=y -CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y diff --git a/configs/topic_miamilite_defconfig b/configs/topic_miamilite_defconfig index fb967e90f8..56981bb736 100644 --- a/configs/topic_miamilite_defconfig +++ b/configs/topic_miamilite_defconfig @@ -26,7 +26,6 @@ CONFIG_CMD_MEMTEST=y CONFIG_SYS_MEMTEST_START=0x00000000 CONFIG_SYS_MEMTEST_END=0x18000000 CONFIG_CMD_DFU=y -CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig index 23ad93f423..129c8f657d 100644 --- a/configs/topic_miamiplus_defconfig +++ b/configs/topic_miamiplus_defconfig @@ -26,7 +26,6 @@ CONFIG_CMD_MEMTEST=y CONFIG_SYS_MEMTEST_START=0x00000000 CONFIG_SYS_MEMTEST_END=0x18000000 CONFIG_CMD_DFU=y -CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y |