diff options
author | Addepalli, Siva <siva.addepalli@amd.com> | 2023-08-08 18:08:19 +0530 |
---|---|---|
committer | Siva Addepalli <siva.addepalli@amd.com> | 2023-08-08 21:07:12 +0530 |
commit | 9ca66ce008d991fd79acb418142b51d761d5bff8 (patch) | |
tree | 7d68e184fe2a9b2009cf502ac7a2adb9bdcc445f | |
parent | 76bbab0aca634b782a7c5fd2f598511c3116dd54 (diff) | |
download | meta-xilinx-9ca66ce008d991fd79acb418142b51d761d5bff8.tar.gz |
u-boot-xlnx : Updated SRCREV for 2023.2_3819
spi: zynq: Clear flags to get updated value
spi: zynqmp_qspi: Clear flag to get updated value
xilinx: board: Add support to pick bootscr flash offset/size from DT
dm: core: ofnode: Add ofnode_read_bootscript_flash()
Signed-off-by: Siva Addepalli <siva.addepalli@amd.com>
-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 f3ad3b34..d804b9b9 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 = "40fc929c8b210e7d4a45ca40881c888fb53b9926" | 5 | SRCREV = "f7800d4c03751e3233d551971ed053f0c6386274" |
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" |