config.jslrvp*: Use FSP headers integrated in coreboot repo

Full FSP header path is used by JSLRVP boards. But the latest FSP does
not contain one of the required header files (FirmwareVersionInfoHob.h).
Hence switch to using partial header files included in the coreboot
repo.

BUG=b:159193895
TEST=emerge-dedede coreboot chromeos-bootimage

Change-Id: If921d8939a802b998b32455b35ed159ef637ce4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/2284971
Tested-by: Karthikeyan Ramasubramanian <kramasub@chromium.org>
Tested-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Commit-Queue: Justin TerAvest <teravest@chromium.org>
diff --git a/sys-boot/coreboot/files/configs/config.jslrvp b/sys-boot/coreboot/files/configs/config.jslrvp
index 92455ae..6c473a7 100755
--- a/sys-boot/coreboot/files/configs/config.jslrvp
+++ b/sys-boot/coreboot/files/configs/config.jslrvp
@@ -13,7 +13,7 @@
 # CONFIG_FSP_USE_REPO is not set
 CONFIG_FSP_M_FILE="3rdparty/blobs/intel/jsl/fsp/fspm.bin"
 CONFIG_FSP_S_FILE="3rdparty/blobs/intel/jsl/fsp/fsps.bin"
-CONFIG_FSP_HEADER_PATH="3rdparty/blobs/intel/jsl/fsp/Include/"
+# CONFIG_FSP_HEADER_PATH="3rdparty/blobs/intel/jsl/fsp/Include/"
 CONFIG_USE_COREBOOT_NATIVE_MP_INIT=y
 CONFIG_FAST_SPI_DISABLE_WRITE_STATUS=y
 CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y
diff --git a/sys-boot/coreboot/files/configs/config.jslrvp_ext_ec b/sys-boot/coreboot/files/configs/config.jslrvp_ext_ec
index c0930f4..5faa0a6 100755
--- a/sys-boot/coreboot/files/configs/config.jslrvp_ext_ec
+++ b/sys-boot/coreboot/files/configs/config.jslrvp_ext_ec
@@ -12,7 +12,7 @@
 # CONFIG_FSP_USE_REPO is not set
 CONFIG_FSP_M_FILE="3rdparty/blobs/intel/jsl/fsp/fspm.bin"
 CONFIG_FSP_S_FILE="3rdparty/blobs/intel/jsl/fsp/fsps.bin"
-CONFIG_FSP_HEADER_PATH="3rdparty/blobs/intel/jsl/fsp/Include/"
+# CONFIG_FSP_HEADER_PATH="3rdparty/blobs/intel/jsl/fsp/Include/"
 CONFIG_USE_COREBOOT_NATIVE_MP_INIT=y
 CONFIG_FAST_SPI_DISABLE_WRITE_STATUS=y
 CONFIG_CPU_MICROCODE_CBFS_EXTERNAL_BINS=y