diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/intel/fsp1_1/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp1_1/Kconfig b/src/drivers/intel/fsp1_1/Kconfig index ec5112d002..3c50a8d475 100644 --- a/src/drivers/intel/fsp1_1/Kconfig +++ b/src/drivers/intel/fsp1_1/Kconfig @@ -17,8 +17,6 @@ ## Foundation, Inc. ## -comment "Intel FSP" - config PLATFORM_USES_FSP1_1 bool help @@ -26,6 +24,8 @@ config PLATFORM_USES_FSP1_1 if PLATFORM_USES_FSP1_1 +comment "Intel FSP 1.1" + config DCACHE_RAM_BASE hex default 0xfef00000 |