summaryrefslogtreecommitdiffstats
path: root/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch
diff options
context:
space:
mode:
authorKlemens Nanni <contact@autoboot.org>2015-11-18 18:56:21 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-21 05:26:29 (EST)
commit460c5af7c66f43517a29a2d7d7d23b5a07fa8c88 (patch)
tree9cf1633f03ee09907f335035ec0a68603d18fcea /resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch
parent04dcb0d63ca111915a0a644543a1b2a9ea84c3a5 (diff)
downloadlibreboot-460c5af7c66f43517a29a2d7d7d23b5a07fa8c88.zip
libreboot-460c5af7c66f43517a29a2d7d7d23b5a07fa8c88.tar.gz
libreboot-460c5af7c66f43517a29a2d7d7d23b5a07fa8c88.tar.bz2
download/Memtest86+: Use patches not raw files
Diffstat (limited to 'resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch')
-rw-r--r--resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch b/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch
new file mode 100644
index 0000000..98df5de
--- /dev/null
+++ b/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch
@@ -0,0 +1,12 @@
+--- config.h 2015-11-18 23:49:27.696700200 +0100
++++ config.h.new 2015-11-19 00:08:55.799401157 +0100
+@@ -19,3 +19,3 @@
+ /* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */
+-#define BEEP_MODE 0
++#define BEEP_MODE 1
+
+@@ -37,3 +37,3 @@
+ /* SERIAL_BAUD_RATE - Baud rate for the serial console */
+-#define SERIAL_BAUD_RATE 9600
++#define SERIAL_BAUD_RATE 115200
+