diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-03 21:09:04 -0600 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-11-07 18:36:55 +0100 |
commit | 815ef1ca1dcf52b12b8fe9f9db4086ea7a92e569 (patch) | |
tree | 02b4bd86f689121cd09b5643a67ac0c7a7129c90 /configs | |
parent | 6b2f82901e5a2bdcc7b97dadd9defbc18e2a2962 (diff) | |
download | u-boot-815ef1ca1dcf52b12b8fe9f9db4086ea7a92e569.zip u-boot-815ef1ca1dcf52b12b8fe9f9db4086ea7a92e569.tar.gz u-boot-815ef1ca1dcf52b12b8fe9f9db4086ea7a92e569.tar.bz2 |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/efi-x86_app_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/efi-x86_app_defconfig b/configs/efi-x86_app_defconfig index b1efafe..f0bc877 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 |