the following patch was just integrated into master: commit 67eefdb21791dbd8d9116fbde0866dcdc99e610e Author: Duncan Laurie dlaurie@chromium.org Date: Tue Jun 18 13:19:26 2013 -0700
Add description to MAINBOARD_VENDOR string so it can be overridden
A quirk of the Kconfig used in coreboot is that config options cannot be overriden by local config changes unless they have a description string.
1) Add CONFIG_MAINBOARD_VENDOR="Custom" to local config 2) Build and flash coreboot 3) cat /sys/class/dmi/id/sys_vendor and look for "Custom"
Change-Id: I1b5f2124cd4a22c056c025143ae5bcaafa6b03f0 Signed-off-by: Duncan Laurie dlaurie@chromium.org Reviewed-on: https://gerrit.chromium.org/gerrit/59088 Reviewed-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/4248 for details.
-gerrit