mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
efi: Enable DM_ETH for the app
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>
This commit is contained in:
parent
6b2f82901e
commit
815ef1ca1d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue