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

Arthur Heymans (Code Review) gerrit at coreboot.org
Sun Apr 16 21:39:17 CEST 2017


Arthur Heymans has uploaded a new change for review. ( https://review.coreboot.org/19331 )

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

mb/intel/d510/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 CBFSSIZE was displayed twice in
menuconfig, which is fixed by this.

Change-Id: I1a8e2e458ac4d420f3fd4628c2805b6d4e2ee529
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/intel/d510mo/Kconfig
1 file changed, 0 insertions(+), 4 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/19331/1

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: newchange
Gerrit-Change-Id: I1a8e2e458ac4d420f3fd4628c2805b6d4e2ee529
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list