u-boot: Update to 2019.01

This commit is contained in:
Jernej Skrabec 2018-12-02 08:41:50 +01:00
parent e53d7b54ad
commit 8d36d31c63

View File

@ -25,8 +25,8 @@ case "$PROJECT" in
PKG_NEED_UNPACK+=" $(get_pkg_directory rkbin)"
;;
*)
PKG_VERSION="2018.09"
PKG_SHA256="839bf23cfe8ce613a77e583a60375179d0ad324e92c82fbdd07bebf0fd142268"
PKG_VERSION="2019.01"
PKG_SHA256="50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22"
PKG_URL="http://ftp.denx.de/pub/u-boot/u-boot-$PKG_VERSION.tar.bz2"
;;
esac