diff options
| author | Andrew Davis <afd@ti.com> | 2025-12-02 16:32:08 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-12-19 09:57:39 -0600 |
| commit | 65ee7c49c85a137805c2a45e822c2a374961c8e0 (patch) | |
| tree | 8e2bf34abc54dfb994eaae84c2dadd1da1075349 /meta-ti-bsp | |
| parent | d29a9cc06f06bfa4db941d3db1622ac789f8548a (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-ti-bsp/conf/machine/omapl138-lcdk.conf | 1 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 3 |
2 files changed, 0 insertions, 4 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 | ||
| 7 | UBOOT_MACHINE = "omapl138_lcdk_config" | 7 | UBOOT_MACHINE = "omapl138_lcdk_config" |
| 8 | UBOOT_SUFFIX = "ais" | 8 | UBOOT_SUFFIX = "ais" |
| 9 | SPL_BINARY = "" | ||
| 10 | 9 | ||
| 11 | UBOOT_ENTRYPOINT = "0xc0008000" | 10 | UBOOT_ENTRYPOINT = "0xc0008000" |
| 12 | UBOOT_LOADADDRESS = "0xc0008000" | 11 | UBOOT_LOADADDRESS = "0xc0008000" |
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index de4a37b4..277ec7fe 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
| @@ -5,9 +5,6 @@ do_compile:prepend () { | |||
| 5 | echo ${scm_version} > ${S}/.scmversion | 5 | echo ${scm_version} > ${S}/.scmversion |
| 6 | } | 6 | } |
| 7 | 7 | ||
| 8 | UBOOT_SUFFIX ?= "img" | ||
| 9 | SPL_BINARY ?= "MLO" | ||
| 10 | |||
| 11 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot-common.inc | 8 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot-common.inc |
| 12 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | 9 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc |
| 13 | require u-boot-mergeconfig.inc | 10 | require u-boot-mergeconfig.inc |
