summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-power8/memlayout.ld
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2016-03-09 17:22:10 -0600
committerTimothy Pearson <tpearson@raptorengineeringinc.com>2016-04-04 20:50:55 +0200
commit3187576429148b65efca53be8f7d4dec4fad1338 (patch)
tree4f812edf76ed3604670d5879a170b9893f5388f5 /src/mainboard/emulation/qemu-power8/memlayout.ld
parent66959011d8304292e18dc25a5339c65fe374ca5b (diff)
downloadcoreboot-3187576429148b65efca53be8f7d4dec4fad1338.tar.xz
mainboard/emulation/qemu-power8: Use correct bootblock location
Change-Id: Ia1e8f7c11708208638f83dc1058f1754e69d4d0c Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: https://review.coreboot.org/14020 Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/emulation/qemu-power8/memlayout.ld')
-rw-r--r--src/mainboard/emulation/qemu-power8/memlayout.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-power8/memlayout.ld b/src/mainboard/emulation/qemu-power8/memlayout.ld
index 2daad3069d..da0f4a5fe8 100644
--- a/src/mainboard/emulation/qemu-power8/memlayout.ld
+++ b/src/mainboard/emulation/qemu-power8/memlayout.ld
@@ -1,6 +1,7 @@
/*
* This file is part of the coreboot project.
*
+ * Copyright (C) 2016 Raptor Engineering, LLC
* Copyright 2014 Google Inc.
*
* This program is free software; you can redistribute it and/or modify
@@ -21,7 +22,7 @@
SECTIONS
{
DRAM_START(0x0)
- BOOTBLOCK(0x0, 64K)
+ BOOTBLOCK(0x100, 64K)
ROMSTAGE(0x20000, 128K)
STACK(0x40000, 0x3ff00)
PRERAM_CBMEM_CONSOLE(0x80000, 8K)