diff options
author | Subrata Banik <subrata.banik@intel.com> | 2019-07-10 18:20:46 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2019-07-12 02:22:27 +0000 |
commit | 8da51ca2c36f9219a91a48540e673fbd04753345 (patch) | |
tree | ea718b5e7c15c288b498d948c6c4fb439c731e66 /src/Kconfig | |
parent | b16fda22a423c8315e2347fe4ec8e2ef897fc359 (diff) |
Kconfig: Remove HAVE_RAMSTAGE dependency from RELOCATABLE_RAMSTAGE
CONFIG_RELOCATABLE_RAMSTAGE is something more than ramstage specific
kconfig hence its better to remove HAVE_RAMSTAGE dependency
till stage_cache cleaner implementation lands here.
Change-Id: I3c238d727dc13014e2b77544d05099be95c22bab
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34198
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig index b64fdca4ee..2bb5bfeab0 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -241,7 +241,6 @@ config NO_RELOCATABLE_RAMSTAGE config RELOCATABLE_RAMSTAGE bool - depends on HAVE_RAMSTAGE default !NO_RELOCATABLE_RAMSTAGE select RELOCATABLE_MODULES help |