Patch set updated for coreboot: b39c4d9 f15tn/Include/OptionIdsInstall.h: Remove idle `… || )`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Wed Mar 20 10:43:34 CET 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2864

-gerrit

commit b39c4d9a8146d208adb76d7260edd1b65188b2de
Author: Siyuan Wang <wangsiyuanbuaa at gmail.com>
Date:   Wed Mar 20 15:28:31 2013 +0800

    f15tn/Include/OptionIdsInstall.h: Remove idle `… || )`
    
    Change-Id: I4aba6cc490ab24c6db345c0c5a64a6a9985ed0ab
    Signed-off-by: Siyuan Wang <SiYuan.Wang at amd.com>
    Signed-off-by: Siyuan Wang <wangsiyuanbuaa at gmail.com>
---
 src/vendorcode/amd/agesa/f15tn/Include/OptionIdsInstall.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vendorcode/amd/agesa/f15tn/Include/OptionIdsInstall.h b/src/vendorcode/amd/agesa/f15tn/Include/OptionIdsInstall.h
index 0ad2df2..de512f9 100644
--- a/src/vendorcode/amd/agesa/f15tn/Include/OptionIdsInstall.h
+++ b/src/vendorcode/amd/agesa/f15tn/Include/OptionIdsInstall.h
@@ -82,7 +82,7 @@
 #if (IDSOPT_IDS_ENABLED == TRUE)
   #if (IDSOPT_CONTROL_ENABLED == TRUE)
     // Check for all families which include HT Features.
-    #if ((OPTION_FAMILY10H == TRUE) || (OPTION_FAMILY15H_OR == TRUE) || ) && (AGESA_ENTRY_INIT_POST == TRUE)
+    #if ((OPTION_FAMILY10H == TRUE) || (OPTION_FAMILY15H_OR == TRUE)) && (AGESA_ENTRY_INIT_POST == TRUE)
       #undef M_HTIDS_PORT_OVERRIDE_HOOK
       #define M_HTIDS_PORT_OVERRIDE_HOOK HtIdsGetPortOverride
     #endif



More information about the coreboot-gerrit mailing list