coreboot/configs/config.storm
Julius Werner 92292c69ce configs: Align ChromeOS board configs to CBFS_SIZE change
This patch fixes up our board configs to conform to the new relationship
between CBFS_SIZE and ROM_SIZE, and to remove the FLASHMAP_OFFSET which
now has a useful default.

BRANCH=None
BUG=None
TEST=Tested with other patches.

Change-Id: I4781df455ee15ddc91b51d2c42cdeedd60089027
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/231576
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2014-12-03 06:09:49 +00:00

8 lines
218 B
Text

CONFIG_VENDOR_GOOGLE=y
CONFIG_BOARD_GOOGLE_STORM=y
# CONFIG_CONSOLE_SERIAL is not set
CONFIG_COLLECT_TIMESTAMPS=y
CONFIG_CONSOLE_CBMEM=y
CONFIG_USE_BLOBS=y
CONFIG_CBFS_SIZE=0x002c0000
CONFIG_FLASHMAP_OFFSET=0x00300000