diff options
Diffstat (limited to 'src/cpu/samsung/exynos5250/bootblock.c')
-rw-r--r-- | src/cpu/samsung/exynos5250/bootblock.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/samsung/exynos5250/bootblock.c b/src/cpu/samsung/exynos5250/bootblock.c index e2f05efb5e..0fbc857834 100644 --- a/src/cpu/samsung/exynos5250/bootblock.c +++ b/src/cpu/samsung/exynos5250/bootblock.c @@ -36,6 +36,4 @@ static int config_branch_prediction(int set_cr_z) void bootblock_cpu_init(void); void bootblock_cpu_init(void) { - volatile unsigned long *pshold = (unsigned long *)0x1004330c; - *pshold |= 0x100; } |