]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Fix zImage boot using fixed PMB.
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Mon, 15 Feb 2010 08:37:50 +0000 (08:37 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 23:01:20 +0000 (16:01 -0700)
commit 319c2cc761505ee54a9536c5d0b9c2ee3fb33866 upstream.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sh/boot/compressed/misc.c

index b51b1fc4baae91cd8db937d5e28ad4594311d0ad..d3cc94fcdc36e6d831239bd67aed056e98cdb9b6 100644 (file)
@@ -132,7 +132,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_LEGACY)
        output_addr |= P2SEG;
 #endif
 #endif