diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-08 12:47:03 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-06-08 14:27:11 +0530 |
commit | f70bb261a187a30314eb973f3f0105f517951ef7 (patch) | |
tree | aa3f95948765d3b832a72206ca788f7664ad31f8 /meta-xilinx-core/recipes-bsp/u-boot | |
parent | 4d96344180957c913456c25ab91c5cfc01114908 (diff) | |
download | meta-xilinx-f70bb261a187a30314eb973f3f0105f517951ef7.tar.gz |
Updated SRCREV of u-boot-xlnx for 2023.2_6275
arm64: zynqmp: Fix lockstep mode cpu release functionality
arm64: zynqmp: Fix tcminit mode param
arm64: versal-net: spi: Update boot sequence dynamically
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/u-boot')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc index e0275dc3..63778c9e 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | |||
@@ -2,7 +2,7 @@ UBOOT_VERSION = "v2023.01" | |||
2 | 2 | ||
3 | UBRANCH = "xlnx_rebase_v2023.01" | 3 | UBRANCH = "xlnx_rebase_v2023.01" |
4 | 4 | ||
5 | SRCREV = "7b2421d30691cae826245b4a3f35e997958f7c33" | 5 | SRCREV = "870d031e3f56631086526002f5c56a1c57b664c3" |
6 | 6 | ||
7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "GPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" | 8 | LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b3db3bf893897" |