microblaze: add missing CONFIG_ prefixes
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
753306977e
commit
6be9dd121d
1 changed files with 3 additions and 3 deletions
|
@ -304,11 +304,11 @@ asmlinkage void __init mmu_init(void)
|
||||||
/* Map in all of RAM starting at CONFIG_KERNEL_START */
|
/* Map in all of RAM starting at CONFIG_KERNEL_START */
|
||||||
mapin_ram();
|
mapin_ram();
|
||||||
|
|
||||||
#ifdef HIGHMEM_START_BOOL
|
#ifdef CONFIG_HIGHMEM_START_BOOL
|
||||||
ioremap_base = HIGHMEM_START;
|
ioremap_base = CONFIG_HIGHMEM_START;
|
||||||
#else
|
#else
|
||||||
ioremap_base = 0xfe000000UL; /* for now, could be 0xfffff000 */
|
ioremap_base = 0xfe000000UL; /* for now, could be 0xfffff000 */
|
||||||
#endif /* CONFIG_HIGHMEM */
|
#endif /* CONFIG_HIGHMEM_START_BOOL */
|
||||||
ioremap_bot = ioremap_base;
|
ioremap_bot = ioremap_base;
|
||||||
|
|
||||||
/* Initialize the context management stuff */
|
/* Initialize the context management stuff */
|
||||||
|
|
Loading…
Add table
Reference in a new issue