From ac90f593f8481285c79863017cfa748a0d029686 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 23 Jul 2021 11:21:19 +0200 Subject: src/*: Specify type of `CBFS_SIZE` once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56552 Reviewed-by: Arthur Heymans Reviewed-by: Patrick Georgi Reviewed-by: Frans Hendriks Reviewed-by: Felix Singer Reviewed-by: Felix Held Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/mainboard/google/cyan/Kconfig | 1 - src/mainboard/google/veyron/Kconfig | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig index 1e8f8c23ff..5511d0ae71 100644 --- a/src/mainboard/google/cyan/Kconfig +++ b/src/mainboard/google/cyan/Kconfig @@ -74,7 +74,6 @@ config OVERRIDE_DEVICETREE default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb" config CBFS_SIZE - hex default 0x200000 config MAINBOARD_SMBIOS_MANUFACTURER diff --git a/src/mainboard/google/veyron/Kconfig b/src/mainboard/google/veyron/Kconfig index 24519951cd..00094cd17a 100644 --- a/src/mainboard/google/veyron/Kconfig +++ b/src/mainboard/google/veyron/Kconfig @@ -75,7 +75,6 @@ config PMIC_BUS default 0 config CBFS_SIZE - hex default 0x100000 if CHROMEOS default ROM_SIZE -- cgit v1.2.3