diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-04-25 15:38:16 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-05-05 21:11:01 +0200 |
commit | b18d1d5d3f28def7cc0b2b01e9951dcacc2b5857 (patch) | |
tree | c31e4b9e16c75f746b8e9d723d84f7a209b010d3 | |
parent | 2437418cd54bf96193eb5eb9d04df61e76fa5d00 (diff) | |
download | upstream-b18d1d5d3f28def7cc0b2b01e9951dcacc2b5857.tar.gz upstream-b18d1d5d3f28def7cc0b2b01e9951dcacc2b5857.tar.bz2 upstream-b18d1d5d3f28def7cc0b2b01e9951dcacc2b5857.zip |
uboot-tegra: bump to 2019.04
This version has important change for tegra boards which is reserving
32MB memory for Linux kernel instead of current 16MB.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
-rw-r--r-- | package/boot/uboot-tegra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index 191d108771..a42d9cfc27 100644 --- a/package/boot/uboot-tegra/Makefile +++ b/package/boot/uboot-tegra/Makefile @@ -6,10 +6,10 @@ # include $(TOPDIR)/rules.mk -PKG_VERSION := 2019.01 +PKG_VERSION := 2019.04 PKG_RELEASE := 1 -PKG_HASH := 50bd7e5a466ab828914d080d5f6a432345b500e8fba1ad3b7b61e95e60d51c22 +PKG_HASH := 76b7772d156b3ddd7644c8a1736081e55b78828537ff714065d21dbade229bef PKG_MAINTAINER := Tomasz Maciej Nowak <tomek_n@o2.pl> |