summaryrefslogtreecommitdiffstats
path: root/arch/c6x/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/kernel/setup.c')
-rw-r--r--arch/c6x/kernel/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/c6x/kernel/setup.c b/arch/c6x/kernel/setup.c
index 3c2858f0d91e..c126f0414be5 100644
--- a/arch/c6x/kernel/setup.c
+++ b/arch/c6x/kernel/setup.c
@@ -305,8 +305,6 @@ void __init setup_arch(char **cmdline_p)
/* Initialize command line */
*cmdline_p = c6x_command_line;
- memblock_init();
-
memory_end = ram_end;
memory_end &= ~(PAGE_SIZE - 1);
@@ -366,7 +364,6 @@ void __init setup_arch(char **cmdline_p)
memory_end >> PAGE_SHIFT);
memblock_reserve(memory_start, bootmap_size);
- memblock_analyze();
unflatten_device_tree();
c6x_cache_init();