diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2016-07-19 10:43:42 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-07-22 14:06:11 +0200 |
commit | 05f4cc344f6f2eed6f13094a6687e60ce5e881b2 (patch) | |
tree | e2f7ca1c4bba29fcdad50cb47708de1f3a3bddc5 /include/configs/zynq_zybo.h | |
parent | 4d25507f3df9b7c06e04b40b6d42f895493c5435 (diff) | |
download | u-boot-imx-05f4cc344f6f2eed6f13094a6687e60ce5e881b2.zip u-boot-imx-05f4cc344f6f2eed6f13094a6687e60ce5e881b2.tar.gz u-boot-imx-05f4cc344f6f2eed6f13094a6687e60ce5e881b2.tar.bz2 |
zynq: config: Enable CONFIG_SYS_NO_FLASH through defconfig
Enable config CONFIG_SYS_NO_FLASH through defconfig
for all zynq boards.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq_zybo.h')
-rw-r--r-- | include/configs/zynq_zybo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/zynq_zybo.h b/include/configs/zynq_zybo.h index ca3ad9c..b9ff391 100644 --- a/include/configs/zynq_zybo.h +++ b/include/configs/zynq_zybo.h @@ -11,8 +11,6 @@ #ifndef __CONFIG_ZYNQ_ZYBO_H #define __CONFIG_ZYNQ_ZYBO_H -#define CONFIG_SYS_NO_FLASH - #define CONFIG_ZYNQ_I2C0 #define CONFIG_ZYNQ_I2C1 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 1 |