[coreboot-gerrit] New patch to review for coreboot: 3d332ce newisys/khepri broadcom/blast: Drop duplicate entry in Kconfig

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Feb 4 09:12:24 CET 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8336

-gerrit

commit 3d332ce1d7d57cb96a3a631b45f36d3c65ea3b56
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Feb 4 08:56:09 2015 +0200

    newisys/khepri broadcom/blast: Drop duplicate entry in Kconfig
    
    Keep the value that is listed first, it also the one with a more
    recent change.
    
    Change-Id: I0336c962544d75f94512563c08f280aa43c7a175
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/broadcom/blast/Kconfig | 4 ----
 src/mainboard/newisys/khepri/Kconfig | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/src/mainboard/broadcom/blast/Kconfig b/src/mainboard/broadcom/blast/Kconfig
index a02fa12..b821f7a 100644
--- a/src/mainboard/broadcom/blast/Kconfig
+++ b/src/mainboard/broadcom/blast/Kconfig
@@ -55,10 +55,6 @@ config HT_CHAIN_UNITID_BASE
 	hex
 	default 0x6
 
-config SB_HT_CHAIN_ON_BUS0
-	int
-	default 2
-
 config IRQ_SLOT_COUNT
 	int
 	default 11
diff --git a/src/mainboard/newisys/khepri/Kconfig b/src/mainboard/newisys/khepri/Kconfig
index e3d5698..7f618af 100644
--- a/src/mainboard/newisys/khepri/Kconfig
+++ b/src/mainboard/newisys/khepri/Kconfig
@@ -54,10 +54,6 @@ config HT_CHAIN_UNITID_BASE
 	hex
 	default 0x1
 
-config SB_HT_CHAIN_ON_BUS0
-	int
-	default 2
-
 config IRQ_SLOT_COUNT
 	int
 	default 9



More information about the coreboot-gerrit mailing list