summaryrefslogtreecommitdiff
path: root/sysutils/memtest86+/files/patch-memtest.lds
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/memtest86+/files/patch-memtest.lds')
-rw-r--r--sysutils/memtest86+/files/patch-memtest.lds11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/memtest86+/files/patch-memtest.lds b/sysutils/memtest86+/files/patch-memtest.lds
deleted file mode 100644
index 759738effa3d..000000000000
--- a/sysutils/memtest86+/files/patch-memtest.lds
+++ /dev/null
@@ -1,11 +0,0 @@
---- memtest.lds.orig 2013-08-10 02:01:58 UTC
-+++ memtest.lds
-@@ -3,7 +3,7 @@ OUTPUT_ARCH(i386);
-
- ENTRY(_start);
- SECTIONS {
-- . = 0x10000;
-+ . = 0xc0120000;
- _start = . ;
- .data : {
- *(.data)