From a8be4da4be42102d67557e1363cd679dae93cd19 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 27 Nov 2024 08:06:27 +0100 Subject: [PATCH] configs: sandbox_deconfig: remove CONFIG_AMIGA_PARTITION We do not actually test the code. Scanning for Amiga partitions of the sandbox is extremely slow, especially on the partially implemented USB device. For build testing the other sandbox defconfigs are good enough. Signed-off-by: Heinrich Schuchardt Acked-by: Ilias Apalodimas (cherry picked from commit 9cb53b5ffd9afba3e46ab2b8387727897da267af) --- configs/sandbox_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index b1b2e725b4c..012f413aa65 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -150,7 +150,6 @@ CONFIG_CMD_SQUASHFS=y CONFIG_CMD_MTDPARTS=y CONFIG_CMD_STACKPROTECTOR_TEST=y CONFIG_MAC_PARTITION=y -CONFIG_AMIGA_PARTITION=y CONFIG_OF_CONTROL=y CONFIG_OF_LIVE=y CONFIG_ENV_IS_NOWHERE=y