diff options
author | Stefan Reinauer <reinauer@chromium.org> | 2013-08-28 16:29:40 -0700 |
---|---|---|
committer | Isaac Christensen <isaac.christensen@se-eng.com> | 2014-08-13 22:30:18 +0200 |
commit | 755615a12310469b34fc4804bcf2622eb587949c (patch) | |
tree | 5b9d66be34071561a8c6702b7da1c1e67351ad3a | |
parent | 3eab7ed45ee80b2711419f448bb2bc8ae9ea8194 (diff) |
exynos5420: Enable relocatable module support
Since we're now supporting ARMv7 relocations, we can enable
rmodule support on Exynos 5420. This does not automatically
enable relocatable ramstage.
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Change-Id: Ic3af1eabb3b816944587a46409224f778d941b8a
Reviewed-on: https://chromium-review.googlesource.com/167403
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: Stefan Reinauer <reinauer@google.com>
Commit-Queue: Stefan Reinauer <reinauer@google.com>
(cherry picked from commit 7b5afef4ee87fc3245ec887dfda873c529d8d04d)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6629
Tested-by: build bot (Jenkins)
Reviewed-by: David Hendricks <dhendrix@chromium.org>
-rw-r--r-- | src/cpu/samsung/exynos5420/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5420/Kconfig b/src/cpu/samsung/exynos5420/Kconfig index fe475ab4b3..1379de1255 100644 --- a/src/cpu/samsung/exynos5420/Kconfig +++ b/src/cpu/samsung/exynos5420/Kconfig @@ -4,6 +4,7 @@ config CPU_SAMSUNG_EXYNOS5420 select ARCH_RAMSTAGE_ARMV7 select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL + select RELOCATABLE_MODULES select DYNAMIC_CBMEM bool default n |