summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Lee <timlee660101@gmail.com>2024-03-14 11:09:37 +0300
committerTim Lee <chli30@nuvoton.com>2024-03-15 03:48:59 +0300
commitc10f5a3f44a984e026b6b0f5b5b679fcb0d211dd (patch)
tree2b5acb4bd4c3fff069331eae67df134e3911510e
parent0f11af3ba96b16a0c38da3072cd1575469f2973b (diff)
downloadopenbmc-c10f5a3f44a984e026b6b0f5b5b679fcb0d211dd.tar.xz
meta-nuvoton: u-boot-nuvoton: srcrev bump 2da1655f...b0b0222d
John Keeping (1): fit: Fix verification of images with external data Stanley Chu (9): npcm8xx: Use npcm reset driver for reset control. cmd: spi: Support half duplex transfer cmd: gfx_test: Fix PCI reset spi: npcm_pspi: Fix the wrong clock divider calculation board: arbel: Limit the dram effective size to bank0 maximal size reset: npcm: Use probe function to initialize priv struct spi: npcm_pspi: Reset HW in driver probe misc: npcm_host_intf: Add Arbel eSPI workaround timer: npcm: Change counter source James Chiang (1): configs: arbel: increase u-boot mapping size Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I20c692cbb1e7af3d509d70bca12019facc80aee1
-rw-r--r--meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc b/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc
index 92c46c7343..a4f590cbc8 100644
--- a/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc
+++ b/meta-nuvoton/recipes-bsp/u-boot/u-boot-common-nuvoton.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
UBRANCH = "npcm-v2021.04"
SRC_URI = "git://github.com/Nuvoton-Israel/u-boot.git;branch=${UBRANCH};protocol=https"
-SRCREV = "2da1655fb72365453cfc9e489a3e94cce8687a27"
+SRCREV = "b0b0222d39fe45fd6062df5dd3cce77b1a89841d"
S = "${WORKDIR}/git"