[coreboot-gerrit] Patch set updated for coreboot: 97a7ea6 chromeos: remove CACHE_ROM automatic selection

Aaron Durbin (adurbin@google.com) gerrit at coreboot.org
Wed Mar 27 18:26:13 CET 2013


Aaron Durbin (adurbin at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2921

-gerrit

commit 97a7ea661db5609f34e19356a1f1fb14309dd1db
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Tue Mar 26 14:52:04 2013 -0500

    chromeos: remove CACHE_ROM automatic selection
    
    It's not appropriate for the chromeos Kconfig to automatically
    select CACHE_ROM. The reason is that enabling CACHE_ROM is
    dependent on the board and chipset atrributes.
    
    Change-Id: I47429f1cceefd40226c4b943215d627a3c869c7b
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/vendorcode/google/chromeos/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index e99e2c8..d5ca212 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -20,7 +20,6 @@ config CHROMEOS
 	bool
 	default n
 	select TPM
-	select CACHE_ROM
 	help
 	  Enable ChromeOS specific features like the GPIO sub table in
 	  the coreboot table. NOTE: Enabling this option on an unsupported



More information about the coreboot-gerrit mailing list