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

-gerrit

commit b87ff1c0812f9b7a2b5fae5bd2a5ec3d8b68ae01
Author: Stefan Reinauer <[email protected]>
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 <[email protected]>
---
 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>

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to