From 80e6293a89fd3e0dc564b2ac04063aa4aa7cafab Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 29 Jul 2013 15:52:23 -0700 Subject: Exynos 5420: Enable dynamic CBMEM ... In order to do this, the graphics memory has to move into the resource allocator and out of CBMEM. Change-Id: I565c3d6dea747822fbabf6f3845232d4adfbf333 Signed-off-by: Stefan Reinauer Reviewed-on: https://gerrit.chromium.org/gerrit/63657 Reviewed-by: David Hendricks Reviewed-on: http://review.coreboot.org/4391 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/cpu/samsung/exynos5420/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cpu/samsung/exynos5420/Kconfig') diff --git a/src/cpu/samsung/exynos5420/Kconfig b/src/cpu/samsung/exynos5420/Kconfig index 4f102d1b26..df721ae0c1 100644 --- a/src/cpu/samsung/exynos5420/Kconfig +++ b/src/cpu/samsung/exynos5420/Kconfig @@ -3,6 +3,7 @@ config CPU_SAMSUNG_EXYNOS5420 select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL select EARLY_CONSOLE + select DYNAMIC_CBMEM bool default n -- cgit v1.2.3