Skip to content

Commit

Permalink
arm-trusted-firmware: Switch Allwinner to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed May 18, 2019
1 parent b69c474 commit b64a5cf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pkgs/misc/arm-trusted-firmware/default.nix
Expand Up @@ -57,15 +57,7 @@ in rec {
inherit buildArmTrustedFirmware;

armTrustedFirmwareAllwinner = buildArmTrustedFirmware rec {
version = "1.0";
src = fetchFromGitHub {
owner = "apritzel";
repo = "arm-trusted-firmware";
# Branch: `allwinner`
rev = "91f2402d941036a0db092d5375d0535c270b9121";
sha256 = "0lbipkxb01w97r6ah8wdbwxir3013rp249fcqhlzh2gjwhp5l1ys";
};
platform = "sun50iw1p1";
platform = "sun50i_a64";
extraMeta.platforms = ["aarch64-linux"];
filesToInstall = ["build/${platform}/release/bl31.bin"];
};
Expand Down

0 comments on commit b64a5cf

Please sign in to comment.