[coreboot-gerrit] Change in coreboot[master]: amd/stoneyridge: Remove EXT_CONF_SUPPORT check

Marshall Dawson (Code Review) gerrit at coreboot.org
Tue Sep 12 00:36:17 CEST 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/21497


Change subject: amd/stoneyridge: Remove EXT_CONF_SUPPORT check
......................................................................

amd/stoneyridge: Remove EXT_CONF_SUPPORT check

The EXT_CONF_SUPPORT symbol doesn't exist for the Stoney Ridge SoC.
Clean up northbridge.c by removing the check for the config value set.

Change-Id: Ic58c47fc5f568d17f5027c96d4152b0e5b3e1d14
Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
---
M src/soc/amd/stoneyridge/northbridge.c
1 file changed, 0 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/21497/1

diff --git a/src/soc/amd/stoneyridge/northbridge.c b/src/soc/amd/stoneyridge/northbridge.c
index f45a885..739b979 100644
--- a/src/soc/amd/stoneyridge/northbridge.c
+++ b/src/soc/amd/stoneyridge/northbridge.c
@@ -47,10 +47,6 @@
 #include <Porting.h>
 #include <Topology.h>
 
-#if IS_ENABLED(CONFIG_EXT_CONF_SUPPORT)
-#error CONFIG_EXT_CONF_SUPPORT == 1 not support anymore!
-#endif
-
 typedef struct dram_base_mask {
 	u32 base; /* [47:27] at [28:8] */
 	u32 mask; /* [47:27] at [28:8] and enable at bit 0 */

-- 
To view, visit https://review.coreboot.org/21497
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic58c47fc5f568d17f5027c96d4152b0e5b3e1d14
Gerrit-Change-Number: 21497
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170911/4ae6df7d/attachment.html>


More information about the coreboot-gerrit mailing list