summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-10-09 13:18:46 -0500
committerRyan Eatmon <reatmon@ti.com>2025-10-10 13:21:05 -0500
commite108e5424e1cffd58a0e8d540117d79dce85a8c7 (patch)
tree69790a5d0b34c7b3838f984540b458fc424b0f32 /meta-ti-bsp/conf/machine
parentb22a780fead09cdb8ce7d827560831bed2cceb27 (diff)
downloadmeta-ti-e108e5424e1cffd58a0e8d540117d79dce85a8c7.tar.gz
machine: Add FIT_CONF_DEFAULT_DTB for legacy platforms
As of u-boot 2025.10, the fit image requires a value for the default configuration. The change [1] introduced the FIT_CONF_DEFAULT_DTB code to the legacy fitimage class, but failed to set values for the legacy platforms. This led to us putting default = "" in the .its file, which is now an error. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/am335x-hs-evm.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am437x-hs-evm.conf1
-rw-r--r--meta-ti-bsp/conf/machine/am57xx-hs-evm.conf1
3 files changed, 3 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
index 562befe9..dade6585 100644
--- a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf
@@ -20,3 +20,4 @@ FITIMAGE_HASH_ALGO = ""
20FITIMAGE_DTB_BY_NAME = "1" 20FITIMAGE_DTB_BY_NAME = "1"
21FITIMAGE_TEE_BY_NAME = "1" 21FITIMAGE_TEE_BY_NAME = "1"
22FITIMAGE_CONF_BY_NAME = "1" 22FITIMAGE_CONF_BY_NAME = "1"
23FIT_CONF_DEFAULT_DTB = "am335x-evm.dtb"
diff --git a/meta-ti-bsp/conf/machine/am437x-hs-evm.conf b/meta-ti-bsp/conf/machine/am437x-hs-evm.conf
index 35b8d0a4..b6ee41be 100644
--- a/meta-ti-bsp/conf/machine/am437x-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am437x-hs-evm.conf
@@ -22,3 +22,4 @@ FITIMAGE_PACK_TEE = "1"
22FITIMAGE_DTB_BY_NAME = "1" 22FITIMAGE_DTB_BY_NAME = "1"
23FITIMAGE_TEE_BY_NAME = "1" 23FITIMAGE_TEE_BY_NAME = "1"
24FITIMAGE_CONF_BY_NAME = "1" 24FITIMAGE_CONF_BY_NAME = "1"
25FIT_CONF_DEFAULT_DTB = "am437x-gp-evm.dtb"
diff --git a/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf
index e06c9728..7b8a294a 100644
--- a/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf
+++ b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf
@@ -23,3 +23,4 @@ FITIMAGE_PACK_TEE = "1"
23FITIMAGE_DTB_BY_NAME = "1" 23FITIMAGE_DTB_BY_NAME = "1"
24FITIMAGE_TEE_BY_NAME = "1" 24FITIMAGE_TEE_BY_NAME = "1"
25FITIMAGE_CONF_BY_NAME = "1" 25FITIMAGE_CONF_BY_NAME = "1"
26FIT_CONF_DEFAULT_DTB = "am57xx-evm.dtb"