summaryrefslogtreecommitdiffstats
path: root/src/northbridge
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-07-23 11:21:19 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-07-26 14:02:57 +0000
commitac90f593f8481285c79863017cfa748a0d029686 (patch)
tree53e3ada9eb5a6f0fbaea8a0926f78a950f50ae02 /src/northbridge
parentac44f87465dcc8a490723f46bf91dd1417fbc7c1 (diff)
downloadcoreboot-ac90f593f8481285c79863017cfa748a0d029686.tar.gz
coreboot-ac90f593f8481285c79863017cfa748a0d029686.tar.bz2
coreboot-ac90f593f8481285c79863017cfa748a0d029686.zip
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/northbridge')
-rw-r--r--src/northbridge/intel/gm45/Kconfig1
-rw-r--r--src/northbridge/intel/ironlake/Kconfig1
-rw-r--r--src/northbridge/intel/sandybridge/Kconfig1
-rw-r--r--src/northbridge/intel/x4x/Kconfig1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig
index daf96aadd57b..e3675db2f0de 100644
--- a/src/northbridge/intel/gm45/Kconfig
+++ b/src/northbridge/intel/gm45/Kconfig
@@ -17,7 +17,6 @@ config VBOOT
select VBOOT_STARTS_IN_BOOTBLOCK
config CBFS_SIZE
- hex
default 0x100000
config VGA_BIOS_ID
diff --git a/src/northbridge/intel/ironlake/Kconfig b/src/northbridge/intel/ironlake/Kconfig
index 4fe5dd173788..9fb776980ba8 100644
--- a/src/northbridge/intel/ironlake/Kconfig
+++ b/src/northbridge/intel/ironlake/Kconfig
@@ -18,7 +18,6 @@ config VBOOT
select TPM_STARTUP_IGNORE_POSTINIT
config CBFS_SIZE
- hex
default 0x100000
config VGA_BIOS_ID
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 501ca9f6b944..ae246900c19d 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -77,7 +77,6 @@ config NATIVE_RAMINIT_IGNORE_XMP_REQUESTED_VOLTAGE
Handle with care!
config CBFS_SIZE
- hex
default 0x100000
config VGA_BIOS_ID
diff --git a/src/northbridge/intel/x4x/Kconfig b/src/northbridge/intel/x4x/Kconfig
index 476caf5f597b..8eda0900944b 100644
--- a/src/northbridge/intel/x4x/Kconfig
+++ b/src/northbridge/intel/x4x/Kconfig
@@ -15,7 +15,6 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS
select HAVE_EXP_X86_64_SUPPORT
config CBFS_SIZE
- hex
default 0x100000 if !SOUTHBRIDGE_INTEL_I82801GX
config VGA_BIOS_ID