diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-01-16 02:57:30 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-02-11 12:28:52 +0000 |
commit | 06e33226b3cfd2c642f769440b7d1b5191c99d6b (patch) | |
tree | 4b4f072335758951e06d997ec60782d8240069c7 /configs | |
parent | b1c57d1bebb6dd516afa2e85a3f8082a6c77f8ec (diff) |
mb/intel/galileo: Drop the FSP1.1 option
This board is EOL and has FSP2.0 support, so drop the older
version.
Change-Id: If5297e87c7a7422e1a129a2d8687fc86a5015a77
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30946
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.intel_galileo_gen2.fsp1.1 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/config.intel_galileo_gen2.fsp1.1 b/configs/config.intel_galileo_gen2.fsp1.1 deleted file mode 100644 index 40b3bf89ba..0000000000 --- a/configs/config.intel_galileo_gen2.fsp1.1 +++ /dev/null @@ -1,9 +0,0 @@ -CONFIG_COLLECT_TIMESTAMPS=y -CONFIG_VENDOR_INTEL=y -CONFIG_BOARD_INTEL_GALILEO=y -CONFIG_FSP_VERSION_1_1=y -# CONFIG_ENABLE_SD_TESTING is not set -CONFIG_BOOTBLOCK_NORMAL=y -CONFIG_ON_DEVICE_ROM_LOAD=y -# CONFIG_DRIVERS_INTEL_WIFI is not set -CONFIG_CONSOLE_SERIAL_921600=y |