HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36230 )
Change subject: mb/supermicro/h8{dmr,qme}_fam10: Remove unnecessary comment ......................................................................
mb/supermicro/h8{dmr,qme}_fam10: Remove unnecessary comment
Change-Id: I8e8360d817ecc9e2a50a0b9b04a26851fc4c0030 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/supermicro/h8dmr_fam10/romstage.c M src/mainboard/supermicro/h8qme_fam10/romstage.c 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/36230/1
diff --git a/src/mainboard/supermicro/h8dmr_fam10/romstage.c b/src/mainboard/supermicro/h8dmr_fam10/romstage.c index 2750129..d8e3ffc 100644 --- a/src/mainboard/supermicro/h8dmr_fam10/romstage.c +++ b/src/mainboard/supermicro/h8dmr_fam10/romstage.c @@ -38,7 +38,7 @@ #include <arch/early_variables.h> #include <cbmem.h>
-#include <southbridge/nvidia/mcp55/mcp55.h> // for enable the FAN +#include <southbridge/nvidia/mcp55/mcp55.h>
#include "cpu/amd/quadcore/quadcore.c" #include <southbridge/nvidia/mcp55/early_setup_ss.h> diff --git a/src/mainboard/supermicro/h8qme_fam10/romstage.c b/src/mainboard/supermicro/h8qme_fam10/romstage.c index 56d9f35..7b6afec 100644 --- a/src/mainboard/supermicro/h8qme_fam10/romstage.c +++ b/src/mainboard/supermicro/h8qme_fam10/romstage.c @@ -38,7 +38,7 @@ #include <cpu/amd/family_10h-family_15h/init_cpus.h> #include <arch/early_variables.h> #include <cbmem.h> -#include <southbridge/nvidia/mcp55/mcp55.h> // for enable the FAN +#include <southbridge/nvidia/mcp55/mcp55.h>
#include "cpu/amd/quadcore/quadcore.c" #include <southbridge/nvidia/mcp55/early_setup_ss.h>
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/36230 )
Change subject: mb/supermicro/h8{dmr,qme}_fam10: Remove unnecessary comment ......................................................................
Abandoned
see https://review.coreboot.org/c/coreboot/+/36961