aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/qemu-ppc32/powerpc-special-load-offset-for-qemu.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/qemu-ppc32/powerpc-special-load-offset-for-qemu.patch')
-rw-r--r--bsp/qemu-ppc32/powerpc-special-load-offset-for-qemu.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/bsp/qemu-ppc32/powerpc-special-load-offset-for-qemu.patch b/bsp/qemu-ppc32/powerpc-special-load-offset-for-qemu.patch
deleted file mode 100644
index ae9d48d7..00000000
--- a/bsp/qemu-ppc32/powerpc-special-load-offset-for-qemu.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 9df586c4b4b112f55f1984697bfd6de663774118 Mon Sep 17 00:00:00 2001
-From: Jason Wessel <jason.wessel@windriver.com>
-Date: Wed, 3 Feb 2010 13:51:19 -0500
-Subject: [PATCH 2/3] powerpc: special load offset for qemu
-
-Patch the load offset to work correctly with qemu_boot_loader.
-
-Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
-Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
----
- arch/powerpc/kernel/vmlinux.lds.S | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
-
-diff --git a/arch/powerpc/kernel/vmlinux.lds.S b/arch/powerpc/kernel/vmlinux.lds.S
-index dcd01c8..4397f44 100644
---- a/arch/powerpc/kernel/vmlinux.lds.S
-+++ b/arch/powerpc/kernel/vmlinux.lds.S
-@@ -8,6 +8,11 @@
- #include <asm/cache.h>
- #include <asm/thread_info.h>
-
-+#ifdef CONFIG_PPC_QEMU
-+#undef LOAD_OFFSET
-+#define LOAD_OFFSET 0
-+#endif /* CONFIG_PPC_QEMU */
-+
- ENTRY(_stext)
-
- PHDRS {
---
-1.6.5.2
-