diff options
Diffstat (limited to 'arch/arm/mach-zynq/common.c')
-rw-r--r-- | arch/arm/mach-zynq/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 6fcc584c1a11..1e617a6dedc3 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c | |||
@@ -70,7 +70,7 @@ static void __init zynq_init_machine(void) | |||
70 | /* | 70 | /* |
71 | * 64KB way size, 8-way associativity, parity disabled | 71 | * 64KB way size, 8-way associativity, parity disabled |
72 | */ | 72 | */ |
73 | l2x0_of_init(0x02060000, 0xF0F0FFFF); | 73 | l2x0_of_init(0x02000000, 0xf0ffffff); |
74 | 74 | ||
75 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); | 75 | of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); |
76 | 76 | ||