diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-07-13 13:45:39 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2023-07-13 16:37:10 +0530 |
commit | d7a658f1bc0607146cc2d756c70a6a3990b8142b (patch) | |
tree | e9cf2a0fbbe8c5b89758dbf9a08bf2a887d1b4d5 | |
parent | 9376ad8d5d8bd8fa4d2777adedf64aa53b878cd8 (diff) | |
download | meta-xilinx-d7a658f1bc0607146cc2d756c70a6a3990b8142b.tar.gz |
u-boot-xlnx : Updated SRCREV for 2023.2_5375
clk: Dont return error when assigned-clocks is empty or missing
xilinx: zynq: Enable fdt apply utility for zynq
env: Fix default environment saving issue
zynqmp: config: Add proper dependencies for USB
cmd: thordown: Add proper dependency for CMD_THOR_DOWNLOAD
dfu: Add proper dependency for CONFIG_DFU_MMC
usb: xhci: Fix the missing return statement
Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.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 209f081e..0ea5bb3d 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 = "9e09058131c9aec2e06812a8a3fa043ce0d9882b" | 5 | SRCREV = "c8bbab0e46075a3c9e0757c69b98dce6a5c3a2dd" |
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" |