diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-18 05:12:37 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-24 01:33:35 +0300 |
commit | ef26d6039a14c03c516c09a7835b491e671a4b0b (patch) | |
tree | d9a6957ab0709cb6870f251d718ffb3dd5ed9afa /configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | |
parent | f8b19a889e0d9d21af4be6b0fd6363a5b5a546f7 (diff) | |
download | u-boot-ef26d6039a14c03c516c09a7835b491e671a4b0b.tar.xz |
Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_IS_IN_ENV
CONFIG_CONSOLE_MUX
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Re-order, re-migrate]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig index 6c9ee65ec9..e8a587f204 100644 --- a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig @@ -43,7 +43,6 @@ CONFIG_OF_EMBED=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM=y CONFIG_SPL_DM_SEQ_ALIAS=y -CONFIG_BLK=y CONFIG_DFU_RAM=y CONFIG_FPGA_XILINX=y CONFIG_FPGA_ZYNQMPPL=y @@ -51,7 +50,6 @@ CONFIG_DM_GPIO=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_CADENCE=y CONFIG_DM_MMC=y -CONFIG_DM_MMC_OPS=y CONFIG_NAND_ARASAN=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y |