diff options
| author | Andrew Davis <afd@ti.com> | 2022-08-05 16:25:02 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-08-06 19:07:08 -0500 |
| commit | 9917cb4abfdb6bdc547bac68940d6affb39d4411 (patch) | |
| tree | 2dd8c434ed1baf35171604b7322431d172254ea2 /conf | |
| parent | 8729e5e6fd0aca0bd10a69cfaafe78b8fa407ead (diff) | |
| download | meta-ti-9917cb4abfdb6bdc547bac68940d6affb39d4411.tar.gz | |
u-boot-ti-staging: Update to the latest ti-u-boot-2021.01
Update to the latest commit of ti-u-boot-2021.01.
As part of this U-Boot update the non-HS AM64x-evm defconfig was removed.
This is okay as building this defconfig without defining TI_SECURE_DEV_PKG
will still result in usable binaries for the non-HS devices. Use the
HS defconfig for both the HS and non-HS machines.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/am64xx-evm.conf | 4 | ||||
| -rw-r--r-- | conf/machine/am64xx-hs-evm-k3r5.conf | 2 | ||||
| -rw-r--r-- | conf/machine/am64xx-hs-evm.conf | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/am64xx-evm.conf b/conf/machine/am64xx-evm.conf index c6ba2a87..2cb7f55a 100644 --- a/conf/machine/am64xx-evm.conf +++ b/conf/machine/am64xx-evm.conf | |||
| @@ -5,3 +5,7 @@ | |||
| 5 | require conf/machine/include/am64xx.inc | 5 | require conf/machine/include/am64xx.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" |
| 8 | |||
| 9 | SPL_BINARY = "tispl.bin_HS" | ||
| 10 | UBOOT_BINARY = "u-boot.img_HS" | ||
| 11 | UBOOT_SYMLINK = "u-boot.img" | ||
diff --git a/conf/machine/am64xx-hs-evm-k3r5.conf b/conf/machine/am64xx-hs-evm-k3r5.conf index 647c8beb..95e68751 100644 --- a/conf/machine/am64xx-hs-evm-k3r5.conf +++ b/conf/machine/am64xx-hs-evm-k3r5.conf | |||
| @@ -9,4 +9,4 @@ SYSFW_CONFIG = "evm" | |||
| 9 | SYSFW_SUFFIX = "hs" | 9 | SYSFW_SUFFIX = "hs" |
| 10 | SYSFW_SYMLINK = "" | 10 | SYSFW_SYMLINK = "" |
| 11 | 11 | ||
| 12 | UBOOT_MACHINE = "am64x_hs_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "am64x_evm_r5_defconfig" |
diff --git a/conf/machine/am64xx-hs-evm.conf b/conf/machine/am64xx-hs-evm.conf index 3ab9a49e..614eba4b 100644 --- a/conf/machine/am64xx-hs-evm.conf +++ b/conf/machine/am64xx-hs-evm.conf | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | require conf/machine/include/am64xx.inc | 5 | require conf/machine/include/am64xx.inc |
| 6 | 6 | ||
| 7 | UBOOT_MACHINE = "am64x_hs_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" |
| 8 | 8 | ||
| 9 | UBOOT_ENTRYPOINT = "0x80080000" | 9 | UBOOT_ENTRYPOINT = "0x80080000" |
| 10 | UBOOT_LOADADDRESS = "0x80080000" | 10 | UBOOT_LOADADDRESS = "0x80080000" |
