The default CBFS size configuration setting is incorrect in case of
Qualcomm SOC targets, as the coreboot blob is much smaller than the
actual bootprom. Note that this size also must match the board fmap
defined in the appropriate depthcharge board directory.
BUG=chromium:394068
TEST=manual
. previously failing to boot coreboot image does not fail to load
depthcharge anymore.
Change-Id: I1b178970b1deee05705490542e4a0c57500379dd
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/208146
Reviewed-by: David Hendricks <dhendrix@chromium.org>
8 lines
218 B
Text
8 lines
218 B
Text
CONFIG_VENDOR_GOOGLE=y
|
|
CONFIG_BOARD_GOOGLE_STORM=y
|
|
CONFIG_COREBOOT_ROMSIZE_KB_4096=y
|
|
# CONFIG_CONSOLE_SERIAL is not set
|
|
CONFIG_COLLECT_TIMESTAMPS=y
|
|
CONFIG_CONSOLE_CBMEM=y
|
|
CONFIG_USE_BLOBS=y
|
|
CONFIG_CBFS_SIZE=0x002c0000
|