Siyuan Wang ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1599
-gerrit commit 28143bc9261c5238b3dd86eee6a532e00f451128 Author: Siyuan Wang <[email protected]> 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 <[email protected]> Signed-off-by: Siyuan Wang <[email protected]> --- 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) -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

