[coreboot-gerrit] New patch to review for coreboot: 0945f01 amd/parmer/BiosCallOuts.c: Remove unneeded SATA comment

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Fri Jun 28 10:00:07 CEST 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/3570

-gerrit

commit 0945f013dd6f9226a8bab9cb2582a447a7f1b8ea
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Tue Jun 25 08:41:25 2013 +0200

    amd/parmer/BiosCallOuts.c: Remove unneeded SATA comment
    
    Remove the superfluous comment,
    
        /* sata configuration */
    
    which should be re-added, when there is actual code for it.
    
    AMD Thatcher and ASUS F2A85-M do not have this comment either,
    so removing the comment also unifies the files.
    
    Change-Id: I32d3e57d055cb4f0d9591bc27979edef1af6ecb4
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/amd/parmer/BiosCallOuts.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mainboard/amd/parmer/BiosCallOuts.c b/src/mainboard/amd/parmer/BiosCallOuts.c
index ba33b85..94584fd 100644
--- a/src/mainboard/amd/parmer/BiosCallOuts.c
+++ b/src/mainboard/amd/parmer/BiosCallOuts.c
@@ -300,8 +300,6 @@ AGESA_STATUS Fch_Oem_config(UINT32 Func, UINT32 FchData, VOID *ConfigPtr)
 		FchParams_env->Usb.Xhci0Enable = FALSE;
 #endif
 		FchParams_env->Usb.Xhci1Enable = FALSE;
-
-		/* sata configuration */
 	}
 	printk(BIOS_DEBUG, "Done\n");
 



More information about the coreboot-gerrit mailing list