[U-Boot] [PATCH 4/5] MIPS: xilfpga: switch to CONFIG_OF_SEPARATE

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Sat Jan 12 19:52:20 UTC 2019


Fix the Kconfig warning to not use CONFIG_OF_EMBED in defconfigs.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>

---

 configs/imgtec_xilfpga_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/imgtec_xilfpga_defconfig b/configs/imgtec_xilfpga_defconfig
index 4fe75311de..cea6424780 100644
--- a/configs/imgtec_xilfpga_defconfig
+++ b/configs/imgtec_xilfpga_defconfig
@@ -17,7 +17,6 @@ CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
 CONFIG_CMD_TIME=y
 # CONFIG_ISO_PARTITION is not set
-CONFIG_OF_EMBED=y
 CONFIG_DEFAULT_DEVICE_TREE="nexys4ddr"
 CONFIG_NET_RANDOM_ETHADDR=y
 CONFIG_NETCONSOLE=y
-- 
2.20.1



More information about the U-Boot mailing list