[coreboot] New patch to review for coreboot: b87ff1c Lumpy: Need byteorder.h in romstage

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Nov 30 00:20:43 CET 2012


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

-gerrit

commit b87ff1c0812f9b7a2b5fae5bd2a5ec3d8b68ae01
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Nov 29 15:19:43 2012 -0800

    Lumpy: Need byteorder.h in romstage
    
    Not sure why this never triggered an error before.
    
    Change-Id: I85d8b3b862492df04163a5f751c7ea4288406860
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/mainboard/samsung/lumpy/romstage.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c
index 57c6eea..5600cf6 100644
--- a/src/mainboard/samsung/lumpy/romstage.c
+++ b/src/mainboard/samsung/lumpy/romstage.c
@@ -24,6 +24,7 @@
 #include <timestamp.h>
 #include <arch/io.h>
 #include <arch/romcc_io.h>
+#include <arch/byteorder.h>
 #include <device/pci_def.h>
 #include <device/pnp_def.h>
 #include <cpu/x86/lapic.h>




More information about the coreboot mailing list