aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/samsung
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-11-29 15:19:43 -0800
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-30 00:42:06 +0100
commit11a20b614e708582ebd7607d39487938f35f2550 (patch)
treec81a1794b1fe5aa7920e9a589a48401c5e9083fb /src/mainboard/samsung
parent421288d6e6924bfb814ba06050be048b891719a9 (diff)
Lumpy: Need byteorder.h in romstage
Not sure why this never triggered an error before. Change-Id: I85d8b3b862492df04163a5f751c7ea4288406860 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1946 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r--src/mainboard/samsung/lumpy/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c
index 57c6eea23f..5600cf616d 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>