diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-09-25 12:32:41 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-10-08 09:55:11 +0200 |
commit | a91feaee0fa8ab3835061b04ca895be1d1281589 (patch) | |
tree | ec9d30d37450f07fa19a64e16b9984baa9c5eabb /configs/zynq_zc770_xm010_defconfig | |
parent | 336c730150481566a23527e6553c45a4c3360ed6 (diff) | |
download | u-boot-a91feaee0fa8ab3835061b04ca895be1d1281589.tar.gz |
ARM: zynq: Define default SYS_PROMPT
All boards are using the same prompt that's why add it as default value to
Kconfig to simplify defconfigs.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/zynq_zc770_xm010_defconfig b/configs/zynq_zc770_xm010_defconfig index 53108ff03c..301bc2dffd 100644 --- a/configs/zynq_zc770_xm010_defconfig +++ b/configs/zynq_zc770_xm010_defconfig @@ -20,7 +20,6 @@ CONFIG_SPL_STACK_R=y CONFIG_SPL_OS_BOOT=y CONFIG_SPL_SPI_LOAD=y CONFIG_SYS_SPI_U_BOOT_OFFS=0x100000 -CONFIG_SYS_PROMPT="Zynq> " # CONFIG_CMD_FLASH is not set CONFIG_CMD_FPGA_LOADBP=y CONFIG_CMD_FPGA_LOADFS=y |