From: Simon Glass Date: Thu, 4 Nov 2021 03:09:04 +0000 (-0600) Subject: efi: Enable DM_ETH for the app X-Git-Tag: v2022.01-rc2~15^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815ef1ca1dcf52b12b8fe9f9db4086ea7a92e569;p=pandora-u-boot.git efi: Enable DM_ETH for the app There is no need to avoid driver model for networking. Drop this. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/configs/efi-x86_app_defconfig b/configs/efi-x86_app_defconfig index b1efafe5066..f0bc8778e37 100644 --- a/configs/efi-x86_app_defconfig +++ b/configs/efi-x86_app_defconfig @@ -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