summaryrefslogtreecommitdiff
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-10-26 15:01:18 -0700
committerGabe Black (Do Not Use) <gabeblack@google.com>2011-10-26 21:21:46 -0700
commit5606fd020e45c85512056f3cb20be38934498077 (patch)
treee7f89df84674dbbb83e7f1b01b9178a07bb0bbdc /include/configs/coreboot.h
parent26f39b4fa7bf1ce559c9ac6af31f82658e655e38 (diff)
Move the initial location of u-boot so it doesn't overlap ramoops
The current location overlaps with the ramoops area, but due to a bug in coreboot, this is only detected if coreboot is small enough to fit entirely in that area. BUG=chrome-os-partner:6649 TEST=Built and booted on Stumpy. Change-Id: I5f9dbfe2434d42c216257413a6f8b3dd345e087e Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/10751 Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Reinauer <reinauer@google.com>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 0e004fccae..58f05d6562 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -42,8 +42,8 @@
* Memory layout
*/
/* TODO(sjg): Move these two to the fdt */
-#define CONFIG_VBGLOBAL_BASE 0x00FB0000
-#define CONFIG_SYS_TEXT_BASE 0x00FC0000
+#define CONFIG_VBGLOBAL_BASE 0x01100000
+#define CONFIG_SYS_TEXT_BASE 0x01110000
/* SATA AHCI storage */