diff options
author | Julien Panis <jpanis@baylibre.com> | 2023-09-29 14:25:55 +0200 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-09-29 12:53:57 -0500 |
commit | 5306d61211edecf3d04cd9e8c0b64cd4a0ef3549 (patch) | |
tree | 1dffffaa6232c786354c132003a9abf74b64307e /meta-ti-bsp/recipes-bsp/u-boot | |
parent | 22b8a0a352c0241b780948be5d970161ffa3941c (diff) | |
download | meta-ti-5306d61211edecf3d04cd9e8c0b64cd4a0ef3549.tar.gz |
u-boot-ti: Fix SPL binary name for SD/MMC media on HS boards
The SPL binary built by u-boot for SD/MMC/eMMC media on HS platforms is
u-boot-spl_HS_MLO. Thanks to this fix, the binary is properly installed
and deployed.
Signed-off-by: Julien Panis <jpanis@baylibre.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 6 |
1 files changed, 3 insertions, 3 deletions
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 8ccb4441..d7483bcb 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 | |||
@@ -87,9 +87,9 @@ UBOOT_HS_XLD_IMAGE = "u-boot-spl_HS_X-LOADER-${MACHINE}-${PV}-${PR}" | |||
87 | UBOOT_HS_XLD_SYMLINK = "u-boot-spl_HS_X-LOADER-${MACHINE}" | 87 | UBOOT_HS_XLD_SYMLINK = "u-boot-spl_HS_X-LOADER-${MACHINE}" |
88 | 88 | ||
89 | # HS MLO | 89 | # HS MLO |
90 | UBOOT_HS_MLO_BINARY = "u-boot_HS_MLO" | 90 | UBOOT_HS_MLO_BINARY = "u-boot-spl_HS_MLO" |
91 | UBOOT_HS_MLO_IMAGE = "u-boot_HS_MLO-${MACHINE}-${PV}-${PR}" | 91 | UBOOT_HS_MLO_IMAGE = "u-boot-spl_HS_MLO-${MACHINE}-${PV}-${PR}" |
92 | UBOOT_HS_MLO_SYMLINK = "u-boot_HS_MLO-${MACHINE}" | 92 | UBOOT_HS_MLO_SYMLINK = "u-boot-spl_HS_MLO-${MACHINE}" |
93 | 93 | ||
94 | # HS ISSW | 94 | # HS ISSW |
95 | UBOOT_HS_ISSW_BINARY = "u-boot-spl_HS_ISSW" | 95 | UBOOT_HS_ISSW_BINARY = "u-boot-spl_HS_ISSW" |