1
0
Fork 0
mirror of https://github.com/samueldr/wip-pinebook-pro.git synced 2024-11-30 06:49:43 +01:00

u-boot: Use current tip of ATF. This fixes reboot.

See #1
This commit is contained in:
Samuel Dionne-Riel 2020-01-17 14:15:19 -05:00
parent abe4271044
commit 59568ca1d4

View file

@ -17,10 +17,10 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ARM-software"; owner = "ARM-software";
repo = "arm-trusted-firmware"; repo = "arm-trusted-firmware";
rev = "v2.2"; rev = "38aac6d4059ed11d6c977c9081a9bf4364227b5a";
sha256 = "03fjl5hy1bqlya6fg553bqz7jrvilzrzpbs87cv6jd04v8qrvry8"; sha256 = "0s08zrw0s0dvrc7229dwk6rzasrj3mrb71q232aiznnv9n5aszkz";
}; };
version = "2.2"; version = "2019-01-16";
}); });
in in
(buildUBoot { (buildUBoot {