summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/am64xx-evm.conf4
-rw-r--r--conf/machine/am64xx-hs-evm-k3r5.conf2
-rw-r--r--conf/machine/am64xx-hs-evm.conf2
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb4
4 files changed, 8 insertions, 4 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 @@
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7UBOOT_MACHINE = "am64x_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
8
9SPL_BINARY = "tispl.bin_HS"
10UBOOT_BINARY = "u-boot.img_HS"
11UBOOT_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"
9SYSFW_SUFFIX = "hs" 9SYSFW_SUFFIX = "hs"
10SYSFW_SYMLINK = "" 10SYSFW_SYMLINK = ""
11 11
12UBOOT_MACHINE = "am64x_hs_evm_r5_defconfig" 12UBOOT_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
5require conf/machine/include/am64xx.inc 5require conf/machine/include/am64xx.inc
6 6
7UBOOT_MACHINE = "am64x_hs_evm_a53_defconfig" 7UBOOT_MACHINE = "am64x_evm_a53_defconfig"
8 8
9UBOOT_ENTRYPOINT = "0x80080000" 9UBOOT_ENTRYPOINT = "0x80080000"
10UBOOT_LOADADDRESS = "0x80080000" 10UBOOT_LOADADDRESS = "0x80080000"
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
index 5560d1a1..bac87cf4 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb
@@ -2,8 +2,8 @@ require u-boot-ti.inc
2 2
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" 3LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
4 4
5PR = "r32" 5PR = "r33"
6 6
7BRANCH = "ti-u-boot-2021.01" 7BRANCH = "ti-u-boot-2021.01"
8 8
9SRCREV = "a3f87b40a1b6744261d1ac351fe2566dbf64bc66" 9SRCREV = "1c29865c3106a1e6c8e2036601ff61a8bf70590b"