[coreboot] New patch to review for coreboot: c0ce7d7 selfboot: Don't include unneeded ip_checksum.h

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Nov 7 22:17:24 CET 2011


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

-gerrit

commit c0ce7d7b25f94be2e1ff3fe26253debead9dcf60
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Nov 7 13:16:38 2011 -0800

    selfboot: Don't include unneeded ip_checksum.h
    
    Change-Id: I09b888e70f7432f7025b0b851acfb0279553400f
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/boot/selfboot.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c
index ab0bf21..fe56653 100644
--- a/src/boot/selfboot.c
+++ b/src/boot/selfboot.c
@@ -24,7 +24,6 @@
 #include <boot/elf.h>
 #include <boot/elf_boot.h>
 #include <boot/coreboot_tables.h>
-#include <ip_checksum.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <string.h>




More information about the coreboot mailing list