diff options
author | Denis Bakhvalov <dendibakh@gmail.com> | 2016-03-24 22:39:09 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2016-04-10 17:19:49 +0200 |
commit | 723a72af29e95982940bdba7a4ec4b22047d62d8 (patch) | |
tree | 6c884af0240be163fa79095567ca247dc04277ca /include | |
parent | 4d74c02724668c5068519fa37639de2d94aad505 (diff) | |
download | u-boot-imx-723a72af29e95982940bdba7a4ec4b22047d62d8.zip u-boot-imx-723a72af29e95982940bdba7a4ec4b22047d62d8.tar.gz u-boot-imx-723a72af29e95982940bdba7a4ec4b22047d62d8.tar.bz2 |
arm: socfpga: migration of CONFIG_SPI_FLASH_BAR
CONFIG_SPI_FLASH_BAR was deleted from socfpga_common.h
and placed in socfpga_*_defconfig because it is Kconfig symbol.
Signed-off-by: Denis Bakhvalov <dendibakh@gmail.com>
Reported-by: Denis Bakhvalov <dendibakh@gmail.com>
Cc: Marek Vasut <marex@denx.de>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/socfpga_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 07519c1..3e50892 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -93,7 +93,6 @@ #define CONFIG_CMD_SPI #define CONFIG_CMD_SF #define CONFIG_SF_DEFAULT_SPEED 30000000 -#define CONFIG_SPI_FLASH_BAR /* * The base address is configurable in QSys, each board must specify the * base address based on it's particular FPGA configuration. Please note @@ -219,7 +218,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); #endif #define CONFIG_CQSPI_DECODER 0 #define CONFIG_CMD_SF -#define CONFIG_SPI_FLASH_BAR /* * Designware SPI support |