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 /include/configs/topic_miami.h | |
parent | 31f39b2f46a4ab49a38179e59dd7c468065e43e3 (diff) |
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 'include/configs/topic_miami.h')
-rw-r--r-- | include/configs/topic_miami.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index 0e4a824c42..a2dcd1ae20 100644 --- a/include/configs/topic_miami.h +++ b/include/configs/topic_miami.h @@ -25,10 +25,6 @@ /* sspi command isn't useful */ #undef CONFIG_CMD_SPI -/* No useful gpio */ -#undef CONFIG_ZYNQ_GPIO -#undef CONFIG_CMD_GPIO - /* No falcon support */ #undef CONFIG_SPL_OS_BOOT #undef CONFIG_SPL_FPGA_SUPPORT |