diff options
author | Chris Packham <judge.packham@gmail.com> | 2016-08-22 17:17:29 +1200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2016-08-26 08:33:34 +0200 |
commit | 148f00e7a7f6bf28cf38c61a25056e1f2c465166 (patch) | |
tree | 91b137915d9826eb71cdc0032f0ec159be8e7c07 /include/configs/maxbcm.h | |
parent | d7b4731efd4d4d90224917fca1a09ccf99cd1baa (diff) |
spl: Remove unused CONFIG_SPL_SPI_* definitions
As of commit 88e34e5 ("spl: replace CONFIG_SPL_SPI_* with
CONFIG_SF_DEFAULT_*") these defines are not used. Remove them to avoid
confusion.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/maxbcm.h')
-rw-r--r-- | include/configs/maxbcm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/maxbcm.h b/include/configs/maxbcm.h index fed310fb9b7..47d2948b343 100644 --- a/include/configs/maxbcm.h +++ b/include/configs/maxbcm.h @@ -93,8 +93,6 @@ #define CONFIG_SPL_SPI_SUPPORT #define CONFIG_SPL_SPI_FLASH_SUPPORT #define CONFIG_SPL_SPI_LOAD -#define CONFIG_SPL_SPI_BUS 0 -#define CONFIG_SPL_SPI_CS 0 #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000 /* Enable DDR support in SPL (DDR3 training from Marvell bin_hdr) */ |