diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-12-23 14:13:48 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-01-15 14:24:40 +0000 |
commit | 3d08effb91acf985bae9c4eb4386937ce7ed92a9 (patch) | |
tree | 9d890b07e4abf2f885cf9c494a9103bf4b96d891 /resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch | |
parent | 0698cb38d1e26495c953f01daf9604551b6ed7d5 (diff) | |
download | librebootfr-3d08effb91acf985bae9c4eb4386937ce7ed92a9.tar.gz librebootfr-3d08effb91acf985bae9c4eb4386937ce7ed92a9.zip |
Current build system removal
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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.patch | 12 |
1 files changed, 0 insertions, 12 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 deleted file mode 100644 index 98df5de7..00000000 --- a/resources/memtest86plus/patch/0002-config.h-beep_mode-and-baud_rate.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 - |