diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2019-10-30 16:03:04 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-01 11:55:14 +0000 |
commit | 7011e546e1914f4de59b241e06bf3aeafd42efa3 (patch) | |
tree | a34cc3eb22ea5311736b4336ee832a9e3f18c227 /src/mainboard/facebook | |
parent | 7aed33e95e6c822209c90c255b7ec127d26da832 (diff) | |
download | coreboot-7011e546e1914f4de59b241e06bf3aeafd42efa3.tar.xz |
mb/facebook/fbg1701: Remove confusing text boxes from menu
The Kconfig contained some items that were only intended to
set a default and that now were displayed in two locations
in the menuconfig.
BUG=N/A
TEST=build
Change-Id: If5d9c993c03a0e901fd6c2a2107a6be6b94d063b
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36481
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/facebook')
-rw-r--r-- | src/mainboard/facebook/fbg1701/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index d74a294952..a6c2846f28 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -73,7 +73,7 @@ config FSP1_1_DISPLAY_LOGO default n config VENDORCODE_ELTAN_OEM_MANIFEST_LOC - hex "OEM Manifest working dflt" + hex default 0xFFFE9000 config SPI_FLASH_INCLUDE_ALL_DRIVERS @@ -101,7 +101,7 @@ config VENDORCODE_ELTAN_VBOOT_MANIFEST default "mainboard/facebook/fbg1701/manifest.h" config VENDORCODE_ELTAN_VBOOT_KEY_LOCATION - hex "Key Location working dflt" + hex default 0xFFFF9C00 config DRIVERS_INTEL_WIFI |