From 8b8ca0d7d82d44c5e4c0d8adad5c2bc229e3f297 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 5 Aug 2015 10:50:50 +0200 Subject: arm: mx6: Remove SPI support from WRU-IV baseboard This patch removes the SPI support from the WRU-IV baseboard as its not used at all. Signed-off-by: Stefan Roese Cc: Clemens Gruber Cc: Markus Niebel Cc: Stefano Babic Tested-by: Clemens Gruber Reviewed-by: Jagan Teki --- include/configs/tqma6_wru4.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/configs/tqma6_wru4.h b/include/configs/tqma6_wru4.h index 1c86bc0701..1330a0a591 100644 --- a/include/configs/tqma6_wru4.h +++ b/include/configs/tqma6_wru4.h @@ -68,4 +68,12 @@ #define CONFIG_SYS_BOOTCOUNT_ADDR IRAM_BASE_ADDR #define CONFIG_SYS_BOOTCOUNT_BE +/* + * Remove all unused interfaces / commands that are defined in + * the common header tqms6.h + */ +#undef CONFIG_CMD_SF +#undef CONFIG_CMD_SPI +#undef CONFIG_MXC_SPI + #endif /* __CONFIG_TQMA6_WRU4_H */ -- cgit v1.2.3