diff options
author | 2019-07-08 13:38:41 -0700 | |
---|---|---|
committer | 2019-07-10 09:56:22 +0100 | |
commit | 27d13d3c9dda5f0a0c9d9752af1081d46d14703e (patch) | |
tree | 4fdc627ea1b1feba5ca81e3d34083ef2e63d06da /meta/recipes-bsp/u-boot/u-boot-common.inc | |
parent | b8da24b85db997b06741180a5aedc5fa2e464ff1 (diff) | |
download | poky-27d13d3c9dda5f0a0c9d9752af1081d46d14703e.tar.gz poky-27d13d3c9dda5f0a0c9d9752af1081d46d14703e.tar.bz2 poky-27d13d3c9dda5f0a0c9d9752af1081d46d14703e.zip |
u-boot: Update to 2019.07
(From OE-Core rev: ef1d305ae39eaa19fe891be2b206a3e26072d378)
Signed-off-by: Alistair Francis <alistair.francis@wdc.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 a0212e1b6b..ad043dbcde 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -8,7 +8,7 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "3c99166441bf3ea325af2da83cfe65430b49c066" +SRCREV = "e5aee22e4be75e75a854ab64503fc80598bc2004" SRC_URI = "git://git.denx.de/u-boot.git" |