aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8/cbmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/emulation/qemu-power8/cbmem.c')
-rw-r--r--src/mainboard/emulation/qemu-power8/cbmem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-power8/cbmem.c b/src/mainboard/emulation/qemu-power8/cbmem.c
index bf5c0bcc79..30edd4bfce 100644
--- a/src/mainboard/emulation/qemu-power8/cbmem.c
+++ b/src/mainboard/emulation/qemu-power8/cbmem.c
@@ -22,4 +22,3 @@ void *cbmem_top(void)
void *ptr = (void *) ((1ULL << 32) - 1048576);
return ptr;
}
-