diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-08-30 14:53:59 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-30 14:53:59 -0500 |
commit | 78240b13a85a49614e0a1f2085dbc40d43ce043c (patch) | |
tree | e3a7f2e95b4abb43692f983944c61052deb9e4e5 | |
parent | c043692501039e8521c4da64de166232aa0728cf (diff) | |
download | meta-xilinx-78240b13a85a49614e0a1f2085dbc40d43ce043c.tar.gz |
Revert "Updated SRCREV for 2023.1_2659"
This reverts commit c043692501039e8521c4da64de166232aa0728cf.
Failed with:
git/drivers/pinctrl/pinctrl-zynqmp.c:163:27: error: 'PM_PINCTRL_PARAM_SET_VERSION' undeclared (first use in this function)
if (ret < PM_PINCTRL_PARAM_SET_VERSION)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc index fb1bd92d..0226367b 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.1.inc | |||
@@ -2,7 +2,7 @@ UBOOT_VERSION = "v2023.01" | |||
2 | 2 | ||
3 | UBRANCH = "xlnx_rebase_v2023.01_update" | 3 | UBRANCH = "xlnx_rebase_v2023.01_update" |
4 | 4 | ||
5 | SRCREV = "5177d5e64db914d26083501c3f65980b010bde7e" | 5 | SRCREV = "0c2f5b29946156bdc448c56796ee16b6d378e64c" |
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" |