diff options
| author | Heinrich Schuchardt <[email protected]> | 2024-11-27 08:06:27 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-01-05 02:30:47 +0100 |
| commit | 9cb53b5ffd9afba3e46ab2b8387727897da267af (patch) | |
| tree | cc494fc3350d492f01403ae146907587569aca38 | |
| parent | d01720a8305f7fd3f33840eac7fb89254a127f4d (diff) | |
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 <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index e96a0d63f70..f9bbd637380 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -144,7 +144,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 |
