Merge pull request #53170 from lopsided98/uboot-rockpro64

uboot: add RockPro64 support, fix Rock64 build, misc related changes
This commit is contained in:
Jörg Thalheim
2019-01-21 20:23:04 +00:00
committed by GitHub
8 changed files with 140 additions and 28 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchgit, fetchpatch, flex, bison, pkgconfig, python2, swig, which }:
stdenv.mkDerivation rec {
name = "dtc-${version}";
pname = "dtc";
version = "1.4.7";
src = fetchgit {