summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOzan Durgut <[email protected]>2026-05-21 09:53:25 -0400
committerTom Rini <[email protected]>2026-06-04 12:24:18 -0600
commit03398e94314734f9f095b14fa84893e35365d41e (patch)
treedafbfcf2716561335e7ccf9b0eb51dca946b3349
parentc6796425da45f63661459e31cb7809f517080417 (diff)
arm: sc5xx: add missing boot env selectors
Define the boot options for SC598 SOM EZ-LITE so the shared ADI boot environment includes the expected boot commands for this board. SC598 SOM EZ-LITE board environment utilizes the shared ADI boot environment, but it does not define any of the USE_* boot mode selectors. Without those selectors, the shared env does not generate the board boot commands such as `spiboot`. This leaves the default `bootcmd=run spiboot` without a matching environment command and breaks autoboot. Fixes: c9e893d6266d ("board: adi: Add support for SC598") Signed-off-by: Ozan Durgut <[email protected]> Reviewed-by: Simon Glass <[email protected]>
-rw-r--r--board/adi/sc598-som-ezlite/sc598-som-ezlite.env5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/adi/sc598-som-ezlite/sc598-som-ezlite.env b/board/adi/sc598-som-ezlite/sc598-som-ezlite.env
index fbb0565dac4..ab1acabef53 100644
--- a/board/adi/sc598-som-ezlite/sc598-som-ezlite.env
+++ b/board/adi/sc598-som-ezlite/sc598-som-ezlite.env
@@ -3,5 +3,10 @@
* (C) Copyright 2024 - Analog Devices, Inc.
*/
+#define USE_NFS
+#define USE_SPI
+#define USE_RAM
+#define USE_MMC
+#define USE_USB
#include <env/adi/adi_boot.env>