summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-3.0.6/acp3448v2/0007-Enable-CONFIG_RELOCATABLE-for-ppc47x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-3.0.6/acp3448v2/0007-Enable-CONFIG_RELOCATABLE-for-ppc47x.patch')
-rw-r--r--recipes-kernel/linux/linux-3.0.6/acp3448v2/0007-Enable-CONFIG_RELOCATABLE-for-ppc47x.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-3.0.6/acp3448v2/0007-Enable-CONFIG_RELOCATABLE-for-ppc47x.patch b/recipes-kernel/linux/linux-3.0.6/acp3448v2/0007-Enable-CONFIG_RELOCATABLE-for-ppc47x.patch
new file mode 100644
index 0000000..3334bb3
--- /dev/null
+++ b/recipes-kernel/linux/linux-3.0.6/acp3448v2/0007-Enable-CONFIG_RELOCATABLE-for-ppc47x.patch
@@ -0,0 +1,26 @@
1From a2a09da26466463d934abdbac152a779b3455fa2 Mon Sep 17 00:00:00 2001
2From: Jerry Pei <jerry.pei@enea.com>
3Date: Wed, 25 Apr 2012 14:22:30 +0800
4Subject: [PATCH 7/7] Enable CONFIG_RELOCATABLE for ppc47x
5
6Signed-off-by: Jerry Pei <jerry.pei@enea.com>
7---
8 arch/powerpc/Kconfig | 2 +-
9 1 files changed, 1 insertions(+), 1 deletions(-)
10
11diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
12index da004ed..363c95e 100644
13--- a/arch/powerpc/Kconfig
14+++ b/arch/powerpc/Kconfig
15@@ -841,7 +841,7 @@ config LOWMEM_CAM_NUM
16
17 config RELOCATABLE
18 bool "Build a relocatable kernel (EXPERIMENTAL)"
19- depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && FSL_BOOKE
20+ depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && (FSL_BOOKE || PPC_47x)
21 help
22 This builds a kernel image that is capable of running at the
23 location the kernel is loaded at (some alignment restrictions may
24--
251.7.0.4
26