Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 319c2cc7 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Paul Mundt
Browse files

sh: Fix zImage boot using fixed PMB.

parent fb1e7760
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_LEGACY)
	output_addr |= P2SEG;
#endif
#endif