]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: sc5xx: add missing boot env selectors
authorOzan Durgut <ozndrgt@gmail.com>
Thu, 21 May 2026 13:53:25 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
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 <ozan.durgut@analog.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/adi/sc598-som-ezlite/sc598-som-ezlite.env

index fbb0565dac41515eba668f4d38f64c10769dece1..ab1acabef5397cef9a27bbbc4e7a292bd0e5b66e 100644 (file)
@@ -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>