diff options
author | John Toomey <john.toomey@amd.com> | 2024-02-12 16:44:00 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-13 13:06:18 -0600 |
commit | 6b12ae9db654d79c710a7e1da2a0188c6b6a0bee (patch) | |
tree | 371ff13d26fb6462cd0758774e30d30b28bca647 /meta-xilinx-core/conf | |
parent | 4aedbd596b66ff57876afa31be8228add79fa651 (diff) | |
download | meta-xilinx-6b12ae9db654d79c710a7e1da2a0188c6b6a0bee.tar.gz |
u-boot: Update version to 2024.01
Switch to latest commit on release branch. Also remove unused microblaze
header file for 2024.1 release.
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 80a52452..9bc6c4a1 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -65,7 +65,7 @@ PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', | |||
65 | 65 | ||
66 | XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%" | 66 | XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%" |
67 | XILINX_UBOOT_VERSION[v2023.2] = "v2023.01-xilinx-v2023.2%" | 67 | XILINX_UBOOT_VERSION[v2023.2] = "v2023.01-xilinx-v2023.2%" |
68 | XILINX_UBOOT_VERSION[v2024.1] = "v2023.01-xilinx-v2024.1%" | 68 | XILINX_UBOOT_VERSION[v2024.1] = "v2024.01-xilinx-v2024.1%" |
69 | 69 | ||
70 | PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 70 | PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
71 | PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 71 | PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |