summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-12-02 16:32:08 -0600
committerRyan Eatmon <reatmon@ti.com>2025-12-19 09:57:39 -0600
commit65ee7c49c85a137805c2a45e822c2a374961c8e0 (patch)
tree8e2bf34abc54dfb994eaae84c2dadd1da1075349 /meta-ti-bsp/conf/machine
parentd29a9cc06f06bfa4db941d3db1622ac789f8548a (diff)
downloadmeta-ti-65ee7c49c85a137805c2a45e822c2a374961c8e0.tar.gz
u-boot: Remove defaults for UBOOT_SUFFIX and SPL_BINARY
These were set to the defaults we would expect from OMAP class U-Boot, but as all board families set these including the OMAP class MACHINEs we can remove these defaults. This helps in the cases that we do not want to define one of these, such as SPL_BINARY in the case of OMAP-L138 which does not use SPL. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r--meta-ti-bsp/conf/machine/omapl138-lcdk.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
index 458caaff..c1e47926 100644
--- a/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
+++ b/meta-ti-bsp/conf/machine/omapl138-lcdk.conf
@@ -6,7 +6,6 @@ require conf/machine/include/omapl138.inc
6 6
7UBOOT_MACHINE = "omapl138_lcdk_config" 7UBOOT_MACHINE = "omapl138_lcdk_config"
8UBOOT_SUFFIX = "ais" 8UBOOT_SUFFIX = "ais"
9SPL_BINARY = ""
10 9
11UBOOT_ENTRYPOINT = "0xc0008000" 10UBOOT_ENTRYPOINT = "0xc0008000"
12UBOOT_LOADADDRESS = "0xc0008000" 11UBOOT_LOADADDRESS = "0xc0008000"