Skip to content

Commit

Permalink
zynq: config: Enable CONFIG_SYS_NO_FLASH through defconfig
Browse files Browse the repository at this point in the history
Enable config CONFIG_SYS_NO_FLASH through defconfig
for all zynq boards.

Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Siva Durga Prasad Paladugu authored and Michal Simek committed Jul 28, 2016
1 parent 6bfa89f commit 3afa055
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 18 deletions.
1 change: 1 addition & 0 deletions configs/zynq_cc108_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_NO_FLASH=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
CONFIG_OF_EMBED=y
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_microzed_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_picozed_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CONFIG_SYS_CONFIG_NAME="zynq_picozed"
CONFIG_ARCH_ZYNQ=y
CONFIG_DEFAULT_DEVICE_TREE="zynq-picozed"
CONFIG_SPL=y
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zc702_RSA_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zc702_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zc706_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zc770_xm010_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM010"
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zc770_xm011_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM011"
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zc770_xm013_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM013"
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zed_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
1 change: 1 addition & 0 deletions configs/zynq_zybo_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_SPL=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_FIT_SIGNATURE=y
CONFIG_SYS_NO_FLASH=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="Zynq> "
# CONFIG_CMD_IMLS is not set
Expand Down
2 changes: 0 additions & 2 deletions include/configs/zynq_cc108.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
*/
#define CONFIG_ENV_OFFSET 0xF00000

#define CONFIG_SYS_NO_FLASH

#define CONFIG_ZYNQ_SDHCI1

#include <configs/zynq-common.h>
Expand Down
2 changes: 0 additions & 2 deletions include/configs/zynq_microzed.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#ifndef __CONFIG_ZYNQ_MICROZED_H
#define __CONFIG_ZYNQ_MICROZED_H

#define CONFIG_SYS_NO_FLASH

#include <configs/zynq-common.h>

#endif /* __CONFIG_ZYNQ_MICROZED_H */
2 changes: 0 additions & 2 deletions include/configs/zynq_picozed.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#ifndef __CONFIG_ZYNQ_PICOZED_H
#define __CONFIG_ZYNQ_PICOZED_H

#define CONFIG_SYS_NO_FLASH

#include <configs/zynq-common.h>

#endif /* __CONFIG_ZYNQ_PICOZED_H */
2 changes: 0 additions & 2 deletions include/configs/zynq_zc70x.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#ifndef __CONFIG_ZYNQ_ZC70X_H
#define __CONFIG_ZYNQ_ZC70X_H

#define CONFIG_SYS_NO_FLASH

#define CONFIG_ZYNQ_I2C0
#define CONFIG_ZYNQ_EEPROM

Expand Down
6 changes: 0 additions & 6 deletions include/configs/zynq_zc770.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@
#ifndef __CONFIG_ZYNQ_ZC770_H
#define __CONFIG_ZYNQ_ZC770_H

#define CONFIG_SYS_NO_FLASH

#if defined(CONFIG_ZC770_XM011)
# define CONFIG_NAND_ZYNQ

#elif defined(CONFIG_ZC770_XM012)
# undef CONFIG_SYS_NO_FLASH

#endif

#include <configs/zynq-common.h>
Expand Down
2 changes: 0 additions & 2 deletions include/configs/zynq_zed.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#ifndef __CONFIG_ZYNQ_ZED_H
#define __CONFIG_ZYNQ_ZED_H

#define CONFIG_SYS_NO_FLASH

#include <configs/zynq-common.h>

#endif /* __CONFIG_ZYNQ_ZED_H */
2 changes: 0 additions & 2 deletions include/configs/zynq_zybo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3afa055

Please sign in to comment.