[coreboot-gerrit] New patch to review for coreboot: lib/prog_loaders.c: remove arch/stages.h include

Aaron Durbin (adurbin@chromium.org) gerrit at coreboot.org
Thu Feb 11 06:19:50 CET 2016


Aaron Durbin (adurbin at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13679

-gerrit

commit b65993376cb514a129ccdad2fccfd6072335ed42
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Wed Feb 10 22:56:24 2016 -0600

    lib/prog_loaders.c: remove arch/stages.h include
    
    There's no delcaration used. Remove the include.
    
    Change-Id: I6fa7de6362ca0e92f0d5a7d07f3a224b9f77f709
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 src/lib/prog_loaders.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/prog_loaders.c b/src/lib/prog_loaders.c
index 3f5d95c..14e1299 100644
--- a/src/lib/prog_loaders.c
+++ b/src/lib/prog_loaders.c
@@ -15,7 +15,6 @@
 
 
 #include <stdlib.h>
-#include <arch/stages.h>
 #include <cbfs.h>
 #include <cbmem.h>
 #include <console/console.h>



More information about the coreboot-gerrit mailing list