diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-23 11:16:31 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-26 14:01:56 +0000 |
commit | 5b44e7dce3c2fc1d89b6cbcde206c0415a434425 (patch) | |
tree | 834463ddd96b8b08cad72c821acdd09fba516ea5 /src/mainboard/facebook | |
parent | 4c426262d7c53cf25823daa416e2026fff24ff0e (diff) |
mb/facebook/monolith: Don't override `CBFS_SIZE` prompt
Change-Id: I6fac40918f1ca3227ff68e79fcae039a26356d0d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56550
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r-- | src/mainboard/facebook/monolith/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index fe3b056c26..02c2e09d22 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -14,7 +14,7 @@ config BOARD_SPECIFIC_OPTIONS select VPD config CBFS_SIZE - hex "CBFS_SIZE" + hex default 0x00900000 config IRQ_SLOT_COUNT |