summaryrefslogtreecommitdiffstats
path: root/src/mainboard/facebook/fbg1701/Kconfig
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2019-06-24 11:30:39 +0200
committerFelix Held <felix-coreboot@felixheld.de>2019-06-25 16:08:17 +0000
commit3b4268379001f7f74989461183660a90a875f683 (patch)
treeaea0a826293b429126ca2aba8647162c80b5a017 /src/mainboard/facebook/fbg1701/Kconfig
parent8b040c07309fbffe64b2695e111f724a4e979882 (diff)
downloadcoreboot-3b4268379001f7f74989461183660a90a875f683.tar.gz
coreboot-3b4268379001f7f74989461183660a90a875f683.tar.bz2
coreboot-3b4268379001f7f74989461183660a90a875f683.zip
mainboard/facebook/fbg1701: Set CBFS_SIZE to 0x600000
CBFS_SIZE equals size of whole SPI device. The descriptor and ME need to be placed in bottom part. Reduce the CBFS_SIZE to maximum avalaible size. BUG=N/A TEST=Boot Embedded Linux 4.20 on Facebook FBG-1701 Change-Id: Iecfae4573100c6787b6e8b1c4f2583a7fb3d95a3 Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33484 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/facebook/fbg1701/Kconfig')
-rw-r--r--src/mainboard/facebook/fbg1701/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig
index b3c589dc2f2b..95d8f6caaecb 100644
--- a/src/mainboard/facebook/fbg1701/Kconfig
+++ b/src/mainboard/facebook/fbg1701/Kconfig
@@ -54,7 +54,7 @@ config MAINBOARD_PART_NUMBER
config CBFS_SIZE
hex
- default 0x00800000
+ default 0x00600000
config CPU_MICROCODE_CBFS_LEN
hex