diff options
author | Michal Simek | 2020-02-25 15:27:09 +0100 |
---|---|---|
committer | Michal Simek | 2020-02-28 12:19:40 +0100 |
commit | 25974079750c5fbf920a226a26d8cb9b1aff2544 (patch) | |
tree | 1238942c3e5ddbb88a9a760680e4f525d684f117 | |
parent | c5d7d58b2c854110ac45193d7adcfd6a1f853138 (diff) |
ARM: zynq: Remove single comment about QSPI
Very likely configs have been moved to Kconfig by scripts and this just
remains there that's why remove it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 2d53237df43..b1cef4d4695 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -41,8 +41,6 @@ # define CONFIG_BOOTP_MAY_FAIL #endif -/* QSPI */ - /* NOR */ #ifdef CONFIG_MTD_NOR_FLASH # define CONFIG_SYS_FLASH_BASE 0xE2000000 |