Skip to content
Snippets Groups Projects
Commit 8b8ca0d7 authored by Stefan Roese's avatar Stefan Roese Committed by Stefano Babic
Browse files

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: default avatarStefan Roese <sr@denx.de>
Cc: Clemens Gruber <clemens.gruber@pqgruber.com>
Cc: Markus Niebel <Markus.Niebel@tq-group.com>
Cc: Stefano Babic <sbabic@denx.de>
Tested-by: default avatarClemens Gruber <clemens.gruber@pqgruber.com>
Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
parent ba44d9bd
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <mmc.h> #include <mmc.h>
#include <power/pfuze100_pmic.h> #include <power/pfuze100_pmic.h>
#include <power/pmic.h> #include <power/pmic.h>
#include <spi_flash.h>
#include "tqma6_bb.h" #include "tqma6_bb.h"
......
...@@ -7,5 +7,4 @@ CONFIG_AUTOBOOT_KEYED=y ...@@ -7,5 +7,4 @@ CONFIG_AUTOBOOT_KEYED=y
CONFIG_AUTOBOOT_PROMPT="Enter password in %d seconds to stop autoboot\n" CONFIG_AUTOBOOT_PROMPT="Enter password in %d seconds to stop autoboot\n"
CONFIG_AUTOBOOT_ENCRYPTION=y CONFIG_AUTOBOOT_ENCRYPTION=y
CONFIG_AUTOBOOT_STOP_STR_SHA256="36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068" CONFIG_AUTOBOOT_STOP_STR_SHA256="36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068"
CONFIG_SPI_FLASH=y
CONFIG_PCA9551_LED=y CONFIG_PCA9551_LED=y
...@@ -68,4 +68,12 @@ ...@@ -68,4 +68,12 @@
#define CONFIG_SYS_BOOTCOUNT_ADDR IRAM_BASE_ADDR #define CONFIG_SYS_BOOTCOUNT_ADDR IRAM_BASE_ADDR
#define CONFIG_SYS_BOOTCOUNT_BE #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 */ #endif /* __CONFIG_TQMA6_WRU4_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment