diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-01-12 13:44:29 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-01-27 15:55:55 +0100 |
commit | dce7e11fe108f5ccf59562c93ae005e973760d54 (patch) | |
tree | 543f6331d3ec0c1b1e3d59e009a2c5eded1e5571 /include/configs/zynq-common.h | |
parent | 448bce733c3d1a6c18502ba610bfb26da5c80f51 (diff) | |
download | u-boot-dce7e11fe108f5ccf59562c93ae005e973760d54.tar.gz u-boot-dce7e11fe108f5ccf59562c93ae005e973760d54.tar.xz u-boot-dce7e11fe108f5ccf59562c93ae005e973760d54.zip |
ARM: zynq: Move FLASH_BAR to Kconfig
Clean up config and use Kconfig more.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 0ab60839b6..e8c3ef0c38 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -66,7 +66,6 @@ #ifdef CONFIG_ZYNQ_QSPI # define CONFIG_SF_DEFAULT_SPEED 30000000 # define CONFIG_SPI_FLASH_ISSI -# define CONFIG_SPI_FLASH_BAR # define CONFIG_CMD_SF #endif |