[coreboot] New patch to review for coreboot: 28143bc Platform.h does not needed by src/mainboard/amd/dinar/romstage.c

Siyuan Wang (wangsiyuanbuaa@gmail.com) gerrit at coreboot.org
Mon Oct 22 04:05:10 CEST 2012


Siyuan Wang (wangsiyuanbuaa at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1599

-gerrit

commit 28143bc9261c5238b3dd86eee6a532e00f451128
Author: Siyuan Wang <wangsiyuanbuaa at gmail.com>
Date:   Mon Oct 22 11:21:00 2012 +0800

    Platform.h does not needed by src/mainboard/amd/dinar/romstage.c
    
    src/mainboard/amd/dinar/romstage.c include nb_cimx.h
    and nb_cimx.h include Platform.h, so Platform.h could be removed
    from src/mainboard/amd/dinar/romstage.c
    
    Change-Id: Ie999c3ed0c59bc1bb45d4cca7c8a72982f0fcf08
    Signed-off-by: Siyuan Wang <SiYuan.Wang at amd.com>
    Signed-off-by: Siyuan Wang <wangsiyuanbuaa at gmail.com>
---
 src/mainboard/amd/dinar/romstage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mainboard/amd/dinar/romstage.c b/src/mainboard/amd/dinar/romstage.c
index 89d8959..3219765 100644
--- a/src/mainboard/amd/dinar/romstage.c
+++ b/src/mainboard/amd/dinar/romstage.c
@@ -36,7 +36,6 @@
 #include "drivers/pc80/i8259.c"
 #include "nb_cimx.h"
 #include "sb_cimx.h"
-#include "Platform.h"
 #include <arch/cpu.h>
 
 #define SERIAL_DEV PNP_DEV(CONFIG_SIO_PORT, SMSCSUPERIO_SP1)




More information about the coreboot mailing list