diff options
author | Michal Simek <michal.simek@xilinx.com> | 2017-04-20 09:47:21 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2017-04-27 11:31:55 (GMT) |
commit | 0a5559c10a8be58537398114619f8d9a26bae46d (patch) | |
tree | 9030e7a781654ce1ac92cdc892986e3549080fbd | |
parent | 79ed06f2ccad476b4c10df9f5a0255e104d2e06e (diff) | |
download | u-boot-0a5559c10a8be58537398114619f8d9a26bae46d.tar.xz |
arm64: zynqmp: Sync defconfig with Kconfig
Remove option which depends on MMC controller which is disabled for dc2.
Savedefconfig is removing it because of new dependencies.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig index aa40be0..6682b67 100644 --- a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig @@ -3,7 +3,6 @@ CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zc1751_xm016_dc2" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 -# CONFIG_SPL_MMC_SUPPORT is not set # CONFIG_SPL_LIBDISK_SUPPORT is not set # CONFIG_SPL_FAT_SUPPORT is not set CONFIG_ZYNQMP_USB=y |