diff options
author | Benjamin Schneider <bschnei@gmail.com> | 2025-02-28 11:22:10 -0800 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2025-04-16 08:05:15 +0200 |
commit | a6a2f07989989a8409191a653b646ab48fa5820c (patch) | |
tree | 16cf447479c5450901c74af843748d96131d07cd | |
parent | 7216dd4ed241761f14a6350411a1bf4e46f5bda6 (diff) |
configs: mvebu_espressobin_ultra-88f3720_defconfig: disable SATA
This device uses the SCSI subsystem to interface with SATA devices.
Trying to use the sata command results in an unhandled exception.
This has the side effect of also causing bootflow scan to raise
an unhandled exception when it attempts to probe the SATA
subsystem. Disabling the sata command fixes this issue and does
not remove support for any boot devices.
Signed-off-by: Benjamin Schneider <ben@bens.haus>
Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/mvebu_espressobin_ultra-88f3720_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/mvebu_espressobin_ultra-88f3720_defconfig b/configs/mvebu_espressobin_ultra-88f3720_defconfig index 6f1a66f5f1d..1cbeee8fcb7 100644 --- a/configs/mvebu_espressobin_ultra-88f3720_defconfig +++ b/configs/mvebu_espressobin_ultra-88f3720_defconfig @@ -34,7 +34,6 @@ CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_MTD=y CONFIG_CMD_PCI=y -CONFIG_CMD_SATA=y CONFIG_CMD_SPI=y CONFIG_CMD_USB=y CONFIG_CMD_WDT=y |