summaryrefslogtreecommitdiff
path: root/board/chromebook-x86
diff options
context:
space:
mode:
authorGabe Black <gabeblack@chromium.org>2011-09-02 21:00:45 -0700
committerGabe Black <gabeblack@chromium.org>2011-09-14 18:42:20 -0700
commit983d96c497155185b38cdfefae10465aa0577796 (patch)
treeab2da1ef0019dcb7f0b050cd91577fdf762b5bda /board/chromebook-x86
parent8e93aec313c2807704b14fbd21123a9ffc86a087 (diff)
Add an "bios-base" setting for stumpy
Set the "bios-base" config setting for stumpy. BUG=chrome-os-partner:5844 TEST=Used this and other changes to compensate for the image offset and vboot on stumpy. Vbooted on stumpy. Signed-off-by: Gabe Black <gabeblack@google.com> Change-Id: Id612ee9d29d9c01828e5dffc7d4e408777460f97 Reviewed-on: http://gerrit.chromium.org/gerrit/7240 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
Diffstat (limited to 'board/chromebook-x86')
-rw-r--r--board/chromebook-x86/coreboot/stumpy.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/chromebook-x86/coreboot/stumpy.dts b/board/chromebook-x86/coreboot/stumpy.dts
index 39aed50d4a..d4998d4119 100644
--- a/board/chromebook-x86/coreboot/stumpy.dts
+++ b/board/chromebook-x86/coreboot/stumpy.dts
@@ -12,4 +12,8 @@
silent_console = <0>;
hwid = "X86 STUMPY TEST 0128";
};
+
+ flash@ffc00000 {
+ bios-base = <0x400000>;
+ };
};