[coreboot-gerrit] Change in coreboot[master]: mb/intel/d510mo/Kconfig: Don't override CBFS_SIZE

Martin Roth (Code Review) gerrit at coreboot.org
Mon Apr 24 19:44:13 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19331 )

Change subject: mb/intel/d510mo/Kconfig: Don't override CBFS_SIZE
......................................................................


mb/intel/d510mo/Kconfig: Don't override CBFS_SIZE

There is no need to override CBFS_SIZE since there is no additional
firmware needed on the flash.

Also due to it having a description CBFS_SIZE was displayed twice in
menuconfig, which is fixed by this.

Change-Id: I1a8e2e458ac4d420f3fd4628c2805b6d4e2ee529
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19331
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
M src/mainboard/intel/d510mo/Kconfig
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Kyösti Mälkki: Looks good to me, approved
  Paul Menzel: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified



diff --git a/src/mainboard/intel/d510mo/Kconfig b/src/mainboard/intel/d510mo/Kconfig
index 7131b3a..757a24c 100644
--- a/src/mainboard/intel/d510mo/Kconfig
+++ b/src/mainboard/intel/d510mo/Kconfig
@@ -36,10 +36,6 @@
 	hex
 	default 0xe0000000
 
-config CBFS_SIZE
-	hex "Size of CBFS filesystem in ROM"
-	default 0x100000
-
 config MAINBOARD_DIR
 	string
 	default intel/d510mo

-- 
To view, visit https://review.coreboot.org/19331
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1a8e2e458ac4d420f3fd4628c2805b6d4e2ee529
Gerrit-PatchSet: 5
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki at gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list