[coreboot-gerrit] Patch set updated for coreboot: drivers/pc80: drop Kconfig

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sun Mar 13 08:37:24 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14079

-gerrit

commit fe80eb5ce4518918528f6a5ca7ed3688b50b2776
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Sat Mar 12 17:35:14 2016 -0800

    drivers/pc80: drop Kconfig
    
    This should be merged into the previous commit.
    
    Change-Id: I3bb50c9bcf3bcedcded8c0f51f68e0737117fc2a
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 src/drivers/pc80/Kconfig                | 1 -
 src/mainboard/dmp/vortex86ex/romstage.c | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/drivers/pc80/Kconfig b/src/drivers/pc80/Kconfig
deleted file mode 100644
index 4a703b0..0000000
--- a/src/drivers/pc80/Kconfig
+++ /dev/null
@@ -1 +0,0 @@
-source src/drivers/pc80/tpm/Kconfig
diff --git a/src/mainboard/dmp/vortex86ex/romstage.c b/src/mainboard/dmp/vortex86ex/romstage.c
index d84af32..a6aa59b 100644
--- a/src/mainboard/dmp/vortex86ex/romstage.c
+++ b/src/mainboard/dmp/vortex86ex/romstage.c
@@ -21,7 +21,7 @@
 #include <console/console.h>
 #include <cpu/x86/cache.h>
 #include <halt.h>
-#include "drivers/pc80/i8254.c"
+#include "drivers/pc80/pc/i8254.c"
 #include <northbridge/dmp/vortex86ex/northbridge.h>
 #include <southbridge/dmp/vortex86ex/southbridge.h>
 #include "northbridge/dmp/vortex86ex/raminit.c"



More information about the coreboot-gerrit mailing list