uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead

https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948
this can do it nicely.

Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
Anton Arapov 2021-04-03 12:58:10 +02:00 committed by Alan Daniels
commit 56de2bcd43
30691 changed files with 3076956 additions and 0 deletions

View file

@ -0,0 +1,14 @@
GCC complains
diff -ur src/zgv_io.c src/zgv_io.c
--- src/zgv_io.c 2005-01-20 15:07:46.000000000 -0800
+++ src/zgv_io.c 2016-06-29 10:19:40.169897611 -0700
@@ -645,7 +645,7 @@
case SDLK_INSERT: return(RK_INSERT);
case SDLK_DELETE: return(RK_DELETE);
case SDLK_RETURN: return(RK_ENTER);
- default:
+ default: ;
/* stop complaints */
}