From f03af6e299d2da326d6a740c4fae70de6c313153 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 26 May 2020 15:06:16 -0400 Subject: 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 Signed-off-by: Tom Rini --- include/configs/topic_miami.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/configs/topic_miami.h b/include/configs/topic_miami.h index 0e4a824..a2dcd1a 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 -- cgit v1.1