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

Commit 6be9dd12 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

microblaze: add missing CONFIG_ prefixes

parent 75330697
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -304,11 +304,11 @@ asmlinkage void __init mmu_init(void)
	/* Map in all of RAM starting at CONFIG_KERNEL_START */
	mapin_ram();

#ifdef HIGHMEM_START_BOOL
	ioremap_base = HIGHMEM_START;
#ifdef CONFIG_HIGHMEM_START_BOOL
	ioremap_base = CONFIG_HIGHMEM_START;
#else
	ioremap_base = 0xfe000000UL;	/* for now, could be 0xfffff000 */
#endif /* CONFIG_HIGHMEM */
#endif /* CONFIG_HIGHMEM_START_BOOL */
	ioremap_bot = ioremap_base;

	/* Initialize the context management stuff */