diff options
| author | Ozan Durgut <[email protected]> | 2026-08-20 14:56:55 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-09-02 10:07:50 -0600 |
| commit | cc557af4553382f6f50e3ed62b9577054e7bc54f (patch) | |
| tree | 621fea17a04c995002e79ac5a11e3fd628be7a8c /configs/sc598-som-ezkit-spl_defconfig | |
| parent | 97507782fefad29703baeaf7d06e6bb63165652b (diff) | |
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_defconfig | 1 |
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 |
