diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2023-07-13 14:11:18 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-28 16:32:13 +0000 |
commit | b4aaa6f0ab0a729a7638899140a1cdd0c800cb8a (patch) | |
tree | 8c341774e7acdc86ea1255c1f24f6c62e47ed29b /src/mainboard/amd | |
parent | 2c749ef1a4b1d9bd18a5d08a9df517ca1127b2a7 (diff) |
soc/amd/genoa/reset.c: Add reset methods
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Change-Id: Ifb4d7dda5fcf1ccacb901b24e4f7cf6945ee16e0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76503
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/onyx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/onyx/Kconfig b/src/mainboard/amd/onyx/Kconfig index 260a498c65..21c8c8519c 100644 --- a/src/mainboard/amd/onyx/Kconfig +++ b/src/mainboard/amd/onyx/Kconfig @@ -3,7 +3,6 @@ if BOARD_AMD_ONYX config BOARD_SPECIFIC_OPTIONS def_bool y select SOC_AMD_GENOA - select MISSING_BOARD_RESET select BOARD_ROMSIZE_KB_32768 config FMDFILE |