summaryrefslogtreecommitdiff
path: root/configs/sandbox_flattree_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-17 10:47:29 -0700
committerTom Rini <trini@konsulko.com>2023-01-23 18:11:39 -0500
commit057c567fb5075b39f5ac040c7259675f472c3304 (patch)
treec668c9237d275cb7ac328a621de4549201c1802c /configs/sandbox_flattree_defconfig
parent70dd88657b45e5439bf762507f2e1c44c2dee289 (diff)
sandbox: Enable the Ethernet bootdev
This bootdev is disabled at present since it messes with the tests. Now that there is a way to disable networking at runtime, enable the driver. This allows running tests with it if necessary. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_flattree_defconfig')
-rw-r--r--configs/sandbox_flattree_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig
index f30e806ae2..1563a51c3f 100644
--- a/configs/sandbox_flattree_defconfig
+++ b/configs/sandbox_flattree_defconfig
@@ -75,7 +75,6 @@ CONFIG_ENV_IS_NOWHERE=y
CONFIG_ENV_IS_IN_EXT4=y
CONFIG_ENV_EXT4_INTERFACE="host"
CONFIG_ENV_EXT4_DEVICE_AND_PART="0:0"
-# CONFIG_BOOTDEV_ETH is not set
CONFIG_BOOTP_SEND_HOSTNAME=y
CONFIG_NETCONSOLE=y
CONFIG_IP_DEFRAG=y