the following patch was just integrated into master: commit 633352c74ac73567f07eb406e6a95d08b4771555 Author: Vladimir Serbinenko phcoder@gmail.com Date: Sat May 30 22:21:37 2015 +0200
Kconfig: Remove RELOCATABLE_MODULES.
RELOCATABLE_MODULES controls inclusion of rmodule support but including it without having anything that uses it is a pure waste of space. So instead make RELOCATABLE_MODULES be selected exactly when there is something using it.
Change-Id: I377a955f0cd95b0f811b986df287864c3dc9f89a Signed-off-by: Vladimir Serbinenko phcoder@gmail.com Reviewed-on: http://review.coreboot.org/10377 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See http://review.coreboot.org/10377 for details.
-gerrit