diff options
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r-- | arch/arm/kernel/setup.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 6bbec6042052..e2ecee6b70ca 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <asm/cpu.h> | 37 | #include <asm/cpu.h> |
38 | #include <asm/cputype.h> | 38 | #include <asm/cputype.h> |
39 | #include <asm/elf.h> | 39 | #include <asm/elf.h> |
40 | #include <asm/fixmap.h> | ||
40 | #include <asm/procinfo.h> | 41 | #include <asm/procinfo.h> |
41 | #include <asm/psci.h> | 42 | #include <asm/psci.h> |
42 | #include <asm/sections.h> | 43 | #include <asm/sections.h> |
@@ -954,6 +955,9 @@ void __init setup_arch(char **cmdline_p) | |||
954 | strlcpy(cmd_line, boot_command_line, COMMAND_LINE_SIZE); | 955 | strlcpy(cmd_line, boot_command_line, COMMAND_LINE_SIZE); |
955 | *cmdline_p = cmd_line; | 956 | *cmdline_p = cmd_line; |
956 | 957 | ||
958 | if (IS_ENABLED(CONFIG_FIX_EARLYCON_MEM)) | ||
959 | early_fixmap_init(); | ||
960 | |||
957 | parse_early_param(); | 961 | parse_early_param(); |
958 | 962 | ||
959 | #ifdef CONFIG_MMU | 963 | #ifdef CONFIG_MMU |