summaryrefslogtreecommitdiff
path: root/include/configs/coreboot.h
diff options
context:
space:
mode:
authorChe-Liang Chiou <clchiou@chromium.org>2011-08-12 17:33:48 +0800
committerSimon Glass <sjg@chromium.org>2011-08-29 10:59:29 -0700
commit5ef3854ce9826ec7b2d48b4dfc8cb3501108e2dd (patch)
tree7b0d1da14aa816df640e2b5459db05cd35ae7e08 /include/configs/coreboot.h
parenteffbbd5f6438a1bbb40601b052f9291b249f81fc (diff)
CHROMIUM: fix build break due to moving config around
Currently coreboot and tegra2 use different sets of config headers, and so if config flags are moved around, build might fail. This patch fixes such error raised by commit 4ccbcce4. But in the long run, we should merge coreboot and tegra2 config headers. BUG=none TEST=emerge-x86-alex chromeos-u-boot Change-Id: I159f06f0c0caf918f040533d7b5f5ff09f5e122a Reviewed-on: http://gerrit.chromium.org/gerrit/5873 Tested-by: Che-Liang Chiou <clchiou@chromium.org> Reviewed-by: Tom Wai-Hong Tam <waihong@chromium.org>
Diffstat (limited to 'include/configs/coreboot.h')
-rw-r--r--include/configs/coreboot.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 6fbb97a029..ba41bf23c9 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -43,6 +43,11 @@
*/
#define CHROMEOS_KERNEL_LOADADDR 0x00100000
#define CHROMEOS_KERNEL_BUFSIZE 0x00800000
+#define CROSSYSTEM_DATA_ADDRESS \
+ (CHROMEOS_KERNEL_LOADADDR + CHROMEOS_KERNEL_BUFSIZE)
+#define CROSSYSTEM_DATA_MAXSIZE 0x8000
+#define GBB_ADDRESS \
+ (CROSSYSTEM_DATA_ADDRESS + CROSSYSTEM_DATA_MAXSIZE)
#define CONFIG_VBGLOBAL_BASE 0x00FB0000
#define CONFIG_SYS_TEXT_BASE 0x00FC0000