]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
efi: Enable DM_ETH for the app
authorSimon Glass <sjg@chromium.org>
Thu, 4 Nov 2021 03:09:04 +0000 (21:09 -0600)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Nov 2021 17:36:55 +0000 (18:36 +0100)
There is no need to avoid driver model for networking. Drop this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
configs/efi-x86_app_defconfig

index b1efafe5066dca08fdeea7acea33642d6c6c8cd7..f0bc8778e376c55cfc1bf70b146328020e6fa211 100644 (file)
@@ -32,7 +32,6 @@ CONFIG_ENV_OVERWRITE=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_REGMAP=y
 CONFIG_SYSCON=y
-# CONFIG_DM_ETH is not set
 # CONFIG_REGEX is not set
 # CONFIG_GZIP is not set
 CONFIG_EFI=y