diff options
author | David Hendricks <dhendrix@chromium.org> | 2013-03-28 19:04:58 -0700 |
---|---|---|
committer | David Hendricks <dhendrix@chromium.org> | 2013-03-29 22:24:31 +0100 |
commit | c01d1380138e807fa941976d9f102fb1b200ad01 (patch) | |
tree | e625be73581cc2c84bea28041ec7cd887ea326b0 /src/cpu/samsung/exynos5250/cpu.h | |
parent | bae3f062457cf52da8e06e6abebfb99084411646 (diff) |
exynos5250: Add function for configuring L2 cache
This adds a new function to configure L2 cache for the
exynos5250 and deprecates the old function.
Change-Id: I9562f3301aa1e2911dae3856ab57bb6beec2e224
Signed-off-by: David Hendricks <dhendrix@chromium.org>
Reviewed-on: http://review.coreboot.org/2949
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5250/cpu.h')
-rw-r--r-- | src/cpu/samsung/exynos5250/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5250/cpu.h b/src/cpu/samsung/exynos5250/cpu.h index 772e591cd5..a356e19990 100644 --- a/src/cpu/samsung/exynos5250/cpu.h +++ b/src/cpu/samsung/exynos5250/cpu.h @@ -118,4 +118,6 @@ /* helper function to map mmio address to peripheral id */ enum periph_id exynos5_get_periph_id(unsigned base_addr); +void exynos5250_config_l2_cache(void); + #endif /* _EXYNOS5250_CPU_H */ |