diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-23 11:21:19 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-07-26 14:02:57 +0000 |
commit | ac90f593f8481285c79863017cfa748a0d029686 (patch) | |
tree | 53e3ada9eb5a6f0fbaea8a0926f78a950f50ae02 /src/mainboard/system76 | |
parent | ac44f87465dcc8a490723f46bf91dd1417fbc7c1 (diff) |
src/*: Specify type of `CBFS_SIZE` once
There's no need to specify the type of the `CBFS_SIZE` Kconfig symbol
more than once. This is done in `src/Kconfig`, along with its prompt.
Change-Id: I9e08e23e24e372e60c32ae8cd7387ddd4b618ddc
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56552
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: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r-- | src/mainboard/system76/gaze15/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/system76/lemp9/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/system76/oryp5/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/system76/oryp6/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/system76/whl-u/Kconfig | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig index aefacdd947..7d3d9a60f0 100644 --- a/src/mainboard/system76/gaze15/Kconfig +++ b/src/mainboard/system76/gaze15/Kconfig @@ -37,7 +37,6 @@ config MAINBOARD_VERSION default "gaze15" config CBFS_SIZE - hex default 0xA00000 config CONSOLE_POST diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig index 675b738bd8..b75a55d19e 100644 --- a/src/mainboard/system76/lemp9/Kconfig +++ b/src/mainboard/system76/lemp9/Kconfig @@ -38,7 +38,6 @@ config MAINBOARD_VERSION default "lemp9" config CBFS_SIZE - hex default 0xc00000 config CONSOLE_POST diff --git a/src/mainboard/system76/oryp5/Kconfig b/src/mainboard/system76/oryp5/Kconfig index 7ff1424fec..dd993f7eac 100644 --- a/src/mainboard/system76/oryp5/Kconfig +++ b/src/mainboard/system76/oryp5/Kconfig @@ -38,7 +38,6 @@ config MAINBOARD_VERSION default "oryp5" config CBFS_SIZE - hex default 0xA00000 config CONSOLE_POST diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 8419e6573f..1075aeb7e8 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -38,7 +38,6 @@ config MAINBOARD_VERSION default "oryp6" config CBFS_SIZE - hex default 0xA00000 config CONSOLE_POST diff --git a/src/mainboard/system76/whl-u/Kconfig b/src/mainboard/system76/whl-u/Kconfig index a7345475e7..dd27f22dcf 100644 --- a/src/mainboard/system76/whl-u/Kconfig +++ b/src/mainboard/system76/whl-u/Kconfig @@ -50,7 +50,6 @@ config MAINBOARD_VERSION default "darp5" if BOARD_SYSTEM76_DARP5 config CBFS_SIZE - hex default 0xA00000 config CONSOLE_POST |