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
1 changed files with 3 additions and 3 deletions

View File

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