diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2013-04-09 14:35:35 -0700 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-04-11 00:11:51 +0200 |
commit | b48605da209ed92832fdc1f067feda63b5421e7e (patch) | |
tree | d6cdfc382c634b4aedc4f10a0c7bc9eacd8d07b0 /src/cpu/samsung/exynos5250/Kconfig | |
parent | 1fde22c54cacb15493bbde8835ec9e20f1d39bf5 (diff) |
Exynos5250: Use new chip settings for the cpu
Properly use the chip settings when configuring the CPU,
at this point being purely graphics.
Change-Id: I9bc2d32c1037653837937b314e4041abc0024835
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: http://review.coreboot.org/3054
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/cpu/samsung/exynos5250/Kconfig')
-rw-r--r-- | src/cpu/samsung/exynos5250/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig index ca306b6de8..cc67abd6ff 100644 --- a/src/cpu/samsung/exynos5250/Kconfig +++ b/src/cpu/samsung/exynos5250/Kconfig @@ -96,4 +96,4 @@ config SYS_TEXT_BASE config COREBOOT_TABLES_SIZE hex - default 0x100000 + default 0x4000000 |