From: Michal Simek Date: Mon, 28 Jan 2019 08:22:22 +0000 (+0100) Subject: arm64: versal: Remove OF_EMBED also from Mini configurations X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ac88c9b98be387c7537fb42a8de65988c15205;p=thirdparty%2Fu-boot.git arm64: versal: Remove OF_EMBED also from Mini configurations There shouldn't be a need to use OF_EMBED for mini configurations too. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_versal_mini_emmc0_defconfig b/configs/xilinx_versal_mini_emmc0_defconfig index 412bf945a45..08daeeb9582 100644 --- a/configs/xilinx_versal_mini_emmc0_defconfig +++ b/configs/xilinx_versal_mini_emmc0_defconfig @@ -40,7 +40,6 @@ CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y -CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="versal-mini-emmc0" # CONFIG_NET is not set # CONFIG_DM_WARN is not set diff --git a/configs/xilinx_versal_mini_emmc1_defconfig b/configs/xilinx_versal_mini_emmc1_defconfig index b8960db858d..a0e737afeba 100644 --- a/configs/xilinx_versal_mini_emmc1_defconfig +++ b/configs/xilinx_versal_mini_emmc1_defconfig @@ -40,7 +40,6 @@ CONFIG_CMD_MMC=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y -CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="versal-mini-emmc1" # CONFIG_NET is not set # CONFIG_DM_WARN is not set diff --git a/configs/xilinx_versal_mini_ospi_defconfig b/configs/xilinx_versal_mini_ospi_defconfig index c3d2e6f1ae5..7283286dd00 100644 --- a/configs/xilinx_versal_mini_ospi_defconfig +++ b/configs/xilinx_versal_mini_ospi_defconfig @@ -42,7 +42,6 @@ CONFIG_CMD_SF=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_MISC is not set # CONFIG_PARTITIONS is not set -CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="versal-mini-ospi" # CONFIG_NET is not set # CONFIG_DM_WARN is not set diff --git a/configs/xilinx_versal_mini_qspi_defconfig b/configs/xilinx_versal_mini_qspi_defconfig index 663c9d926d4..f38d19b668b 100644 --- a/configs/xilinx_versal_mini_qspi_defconfig +++ b/configs/xilinx_versal_mini_qspi_defconfig @@ -42,7 +42,6 @@ CONFIG_CMD_SF=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_MISC is not set # CONFIG_PARTITIONS is not set -CONFIG_OF_EMBED=y CONFIG_DEFAULT_DEVICE_TREE="versal-mini-qspi-single" # CONFIG_NET is not set # CONFIG_DM_WARN is not set