diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-07-27 15:08:03 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-08-02 06:54:42 +0200 |
commit | 3c70349f8e7dd1a2b000ccd27d2906960b827823 (patch) | |
tree | a564ee3f6dd0a1fd688177ee3ced373f729e68d3 /configs/zynq_zc770_xm010_defconfig | |
parent | 33986e2c318d5bf33aa43f53441d29c9dcd33a18 (diff) | |
download | u-boot-3c70349f8e7dd1a2b000ccd27d2906960b827823.tar.gz |
xilinx: Sync defconfigs with the latest Kconfig layout
Update Microblaze, Zynq and ZynqMP defconfigs to reflect
latest Kconfig changes.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/zynq_zc770_xm010_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm010_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/zynq_zc770_xm010_defconfig b/configs/zynq_zc770_xm010_defconfig index 341204e9b4..9664b92425 100644 --- a/configs/zynq_zc770_xm010_defconfig +++ b/configs/zynq_zc770_xm010_defconfig @@ -1,5 +1,4 @@ CONFIG_ARM=y -CONFIG_SYS_CONFIG_NAME="zynq-common" CONFIG_ARCH_ZYNQ=y CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm010" CONFIG_SPL=y @@ -7,9 +6,9 @@ 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_SYS_NO_FLASH=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set CONFIG_CMD_MMC=y |