]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: socfpga: soc64: Remove CONFIG_OF_EMBED
authorChee Hong Ang <chee.hong.ang@intel.com>
Thu, 1 Oct 2020 09:15:59 +0000 (02:15 -0700)
committerLey Foon Tan <ley.foon.tan@intel.com>
Fri, 9 Oct 2020 09:53:16 +0000 (17:53 +0800)
CONFIG_OF_EMBED was primarily enabled to support the S10/Agilex
spl hex file requirements.  Since this option now produces a
warning during build, and the spl hex can be created using
alternate methods, CONFIG_OF_EMBED is no longer needed.

Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com>
configs/socfpga_agilex_defconfig
configs/socfpga_stratix10_defconfig

index 03ed1f5619a2493e454bae8d99db2b8de42f653d..3a9b3b507471fd51183ce01445e10f5127b9092a 100644 (file)
@@ -35,7 +35,6 @@ CONFIG_CMD_CACHE=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
-CONFIG_OF_EMBED=y
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_SPL_DM_SEQ_ALIAS=y
index e293b19e88e0b6f4c664aaaae75dc2809c1d79e9..a48388f45841ea7aca951470be6ecbe996de98b6 100644 (file)
@@ -37,7 +37,6 @@ CONFIG_CMD_CACHE=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
-CONFIG_OF_EMBED=y
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_NET_RANDOM_ETHADDR=y