summarylogtreecommitdiffstats
path: root/0001-disable-firmware-copy.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-disable-firmware-copy.patch')
-rw-r--r--0001-disable-firmware-copy.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0001-disable-firmware-copy.patch b/0001-disable-firmware-copy.patch
deleted file mode 100644
index 99c0f1f7b2f7..000000000000
--- a/0001-disable-firmware-copy.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 36b4ba44048aefb2a4d0096bc0ea1c4cc6fc5ef4 Mon Sep 17 00:00:00 2001
-From: David McFarland <corngood@gmail.com>
-Date: Sat, 28 Jan 2017 16:57:26 -0400
-Subject: [PATCH 1/3] disable firmware copy
-
----
-
-brainpower: changed a little to fit 17.40
-
- pre-build.sh | 5 -----
- 1 file changed, 5 deletions(-)
-
-diff --git a/pre-build.sh b/pre-build.sh
-index 35d53e5..3c9d7d1 100755
---- a/pre-build.sh
-+++ b/pre-build.sh
-@@ -39,7 +39,3 @@
- | awk -F'[()]' '{print "#define "$2" amd"$2" //"$0}'\
- >> include/rename_symbol.h
-
--FW_DIR="/lib/firmware/$KERNELVER"
--mkdir -p $FW_DIR
--cp -ar /usr/src/amdgpu-17.40-492261/firmware/radeon $FW_DIR
--cp -ar /usr/src/amdgpu-17.40-492261/firmware/amdgpu $FW_DIR
---
-2.14.1
-