summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 0e004fccaeb..58f05d65623 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 */