summaryrefslogtreecommitdiff
path: root/include/cache.h
diff options
context:
space:
mode:
authorRaymond Mao <[email protected]>2026-05-20 06:45:49 -0400
committerTim Ouyang <[email protected]>2026-07-21 17:16:02 +0800
commiteb7de3ccf1a12467b701b65f8e46af74744ec935 (patch)
treed667434c8f033f3e61b9c996e59b9efa57997c62 /include/cache.h
parente63500cab0c04012a92f0e870339316408e2f7cf (diff)
riscv: binman: Always set default configuration in FIT image
When CONFIG_MULTI_DTB_FIT is enabled, the FIT image contains multiple device tree configurations for different boards. The default configuration must be explicitly set to ensure the FIT framework traverses all available configurations instead of falling back to CONFIG_DEFAULT_DEVICE_TREE. Without this default property, fit_find_config_node() will use CONFIG_DEFAULT_DEVICE_TREE as the configuration name to match. This prevents the SPL from correctly selecting the appropriate DTB based on runtime board detection (e.g., from EEPROM). Remove the conditional guard so that "default = conf-1" is always present in the FIT image, regardless of CONFIG_MULTI_DTB_FIT. Signed-off-by: Raymond Mao <[email protected]> Signed-off-by: Guodong Xu <[email protected]>
Diffstat (limited to 'include/cache.h')
0 files changed, 0 insertions, 0 deletions