diff options
author | 2021-10-19 17:33:32 +0200 | |
---|---|---|
committer | 2021-10-27 09:46:41 +0100 | |
commit | 6f1f697aa19b6fef1b660ce067599863a17f0724 (patch) | |
tree | c31c2c063f4423e984d919f2e69fdfc1cc5878b4 /meta/recipes-bsp/u-boot/u-boot-common.inc | |
parent | 4c00dab038c6232f0a6eaca950ec09961f71c605 (diff) | |
download | poky-6f1f697aa19b6fef1b660ce067599863a17f0724.tar.gz poky-6f1f697aa19b6fef1b660ce067599863a17f0724.tar.bz2 poky-6f1f697aa19b6fef1b660ce067599863a17f0724.zip |
u-boot: upgrade 2021.07 -> 2021.10
(From OE-Core rev: 24a4b34e25548d71bd430224adb58d87015674a7)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot-common.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 6b9253806f..e41a4b5096 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -12,7 +12,7 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "840658b093976390e9537724f802281c9c8439f5" +SRCREV = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91" SRC_URI = "git://git.denx.de/u-boot.git \ " |