summaryrefslogtreecommitdiff
path: root/configs/sc598-som-ezkit-spl_defconfig
diff options
context:
space:
mode:
authorOzan Durgut <[email protected]>2026-08-20 14:56:55 +0200
committerTom Rini <[email protected]>2026-09-02 10:07:50 -0600
commitcc557af4553382f6f50e3ed62b9577054e7bc54f (patch)
tree621fea17a04c995002e79ac5a11e3fd628be7a8c /configs/sc598-som-ezkit-spl_defconfig
parent97507782fefad29703baeaf7d06e6bb63165652b (diff)
configs: sc5xx: set default FDT fileHEADmain
Set CONFIG_DEFAULT_FDT_FILE in all SC5xx defconfigs to the corresponding board DTB filename, and set fdtfile from it in the common ADI boot environment. This provides a default device tree file for booting the OS. Signed-off-by: Ozan Durgut <[email protected]>
Diffstat (limited to 'configs/sc598-som-ezkit-spl_defconfig')
-rw-r--r--configs/sc598-som-ezkit-spl_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sc598-som-ezkit-spl_defconfig b/configs/sc598-som-ezkit-spl_defconfig
index e9a80d11069..313c9df4905 100644
--- a/configs/sc598-som-ezkit-spl_defconfig
+++ b/configs/sc598-som-ezkit-spl_defconfig
@@ -36,6 +36,7 @@ CONFIG_FIT_SIGNATURE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run spiboot"
+CONFIG_DEFAULT_FDT_FILE="sc598-som-ezkit.dtb"
CONFIG_SYS_CBSIZE=512
CONFIG_CYCLIC_MAX_CPU_TIME_US=1000
# CONFIG_SPL_SEPARATE_BSS is not set