diff options
Diffstat (limited to 'arch/arm/mach-socfpga/socfpga.c')
-rw-r--r-- | arch/arm/mach-socfpga/socfpga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-socfpga/socfpga.c b/arch/arm/mach-socfpga/socfpga.c index d86231e11b34..9bbb8177f247 100644 --- a/arch/arm/mach-socfpga/socfpga.c +++ b/arch/arm/mach-socfpga/socfpga.c | |||
@@ -100,7 +100,7 @@ static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) | |||
100 | 100 | ||
101 | static void __init socfpga_cyclone5_init(void) | 101 | static void __init socfpga_cyclone5_init(void) |
102 | { | 102 | { |
103 | l2x0_of_init(0, ~0UL); | 103 | l2x0_of_init(0, ~0); |
104 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 104 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
105 | } | 105 | } |
106 | 106 | ||