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.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0001-disable-firmware-copy.patch b/0001-disable-firmware-copy.patch
new file mode 100644
index 000000000000..7d624536b8bc
--- /dev/null
+++ b/0001-disable-firmware-copy.patch
@@ -0,0 +1,25 @@
+From 704cef8638ffbdd8de9e57f28b43ea42c685ea87 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/5] disable firmware copy
+
+---
+ pre-build.sh | 5 -----
+ 1 file changed, 5 deletions(-)
+
+diff --git a/pre-build.sh b/pre-build.sh
+index 622ff13..e3cd009 100755
+--- a/pre-build.sh
++++ b/pre-build.sh
+@@ -35,8 +35,3 @@ find ttm -name '*.c' -exec grep EXPORT_SYMBOL {} + \
+ | sort -u \
+ | 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-pro-17.10-401251/firmware/radeon $FW_DIR
+-cp -ar /usr/src/amdgpu-pro-17.10-401251/firmware/amdgpu $FW_DIR
+--
+2.12.2
+