linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH to v2.6.33] sh: Fix cannot booting zImage using
@ 2010-02-15  8:37 Nobuhiro Iwamatsu
  2010-02-16  1:38 ` [PATCH to v2.6.33] sh: Fix cannot booting zImage using CONFIG_PMB_FIXED Paul Mundt
  2010-03-03  6:19 ` [PATCH to v2.6.33] sh: Fix cannot booting zImage using Nobuhiro Iwamatsu
  0 siblings, 2 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2010-02-15  8:37 UTC (permalink / raw)
  To: linux-sh

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
---
 arch/sh/boot/compressed/misc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/boot/compressed/misc.c b/arch/sh/boot/compressed/misc.c
index d509a50..5ff6dfc 100644
--- a/arch/sh/boot/compressed/misc.c
+++ b/arch/sh/boot/compressed/misc.c
@@ -117,7 +117,7 @@ void decompress_kernel(void)
 	output_addr = (CONFIG_MEMORY_START + 0x2000);
 #else
 	output_addr = __pa((unsigned long)&_text+PAGE_SIZE);
-#ifdef CONFIG_29BIT
+#if defined(CONFIG_29BIT) || defined(CONFIG_PMB_FIXED)
 	output_addr |= P2SEG;
 #endif
 #endif
-- 
1.6.6.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-03  6:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15  8:37 [PATCH to v2.6.33] sh: Fix cannot booting zImage using Nobuhiro Iwamatsu
2010-02-16  1:38 ` [PATCH to v2.6.33] sh: Fix cannot booting zImage using CONFIG_PMB_FIXED Paul Mundt
2010-03-03  6:19 ` [PATCH to v2.6.33] sh: Fix cannot booting zImage using Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).