fsp_baytrail: Fix CONFIG_ENABLE_FSP_FAST_BOOT

While pushing the fsp_baytrail code, it was requested that we change
CONFIG_ENABLE_FAST_BOOT to CONFIG_ENABLE_FSP_FAST_BOOT.

These were missed in the change.

Change-Id: If8af3f90b0f5cc9154ff1d3a387f442430f42dee
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/5972
Tested-by: build bot (Jenkins)
Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
diff --git a/src/mainboard/intel/bayleybay_fsp/Kconfig b/src/mainboard/intel/bayleybay_fsp/Kconfig
index eaf4f22..8dcc199 100644
--- a/src/mainboard/intel/bayleybay_fsp/Kconfig
+++ b/src/mainboard/intel/bayleybay_fsp/Kconfig
@@ -68,7 +68,7 @@
 config MRC_CACHE_LOC_OVERRIDE
 	hex
 	default 0xfff80000
-	depends on ENABLE_FAST_BOOT
+	depends on ENABLE_FSP_FAST_BOOT
 
 config CBFS_SIZE
 	hex