diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-01 23:31:26 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-11-07 13:58:23 +0000 |
commit | 49af4f7f9197e559b2c7142129441679bb1d24a2 (patch) | |
tree | b7c7db10ddf1f27f7f2e1febc2cb23ca48e183e0 /src/cpu/amd/agesa/Kconfig | |
parent | 5d152122284880029c123fe2b7dfa20cd8b74632 (diff) |
{cpu/nb}/amd/family16: Remove platform
This platform use the LEGACY_SMP_INIT which is to be deprecated after
release 4.18.
Change-Id: I589f30ccf81b6cf243ac7cbf8320a3f830649ad8
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69117
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/cpu/amd/agesa/Kconfig')
-rw-r--r-- | src/cpu/amd/agesa/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig index f6c4f16199..d46d2ed61f 100644 --- a/src/cpu/amd/agesa/Kconfig +++ b/src/cpu/amd/agesa/Kconfig @@ -2,7 +2,6 @@ config CPU_AMD_AGESA bool - default y if CPU_AMD_AGESA_FAMILY16_KB default n select ARCH_X86 select DRIVERS_AMD_PI @@ -44,5 +43,3 @@ config ENABLE_MRC_CACHE from non-volatile memory. endif # CPU_AMD_AGESA - -source "src/cpu/amd/agesa/family16kb/Kconfig" |