u-boot: 2015.04 -> 2015.07

A new regularly release. Some improvements I've noted:
    - Keyboard on the pcDuino3 Nano now works without a hub.
    - Ctrl-C now correctly cancels the 'sysboot' boot menu

Also, config_cmd_default.h is replaced by equivalents in the kconfig
system, so the vexpress patch needs some updating.
This commit is contained in:
Tuomas Tynkkynen
2015-08-26 22:07:18 +03:00
parent 60a0bb7f66
commit 02f9f0c7e0
2 changed files with 31 additions and 15 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ in
stdenv.mkDerivation rec {
name = "uboot-${defconfig}-${version}";
version = "2015.04";
version = "2015.07";
src = fetchurl {
url = "ftp://ftp.denx.de/pub/u-boot/u-boot-${version}.tar.bz2";
sha256 = "0q2x1wh1f6rjh9rmcnkf28dxcvp9hkhi4vzspqkzamb6b3gp06ha";
sha256 = "1nclmyii5a1igvgjc4kxvi1fk2y82hp2iy4iywp34b3zf6ywjj0b";
};
patches = [ ./vexpress-Use-config_distro_bootcmd.patch ];