diff options
author | Martin Roth <gaumless@gmail.com> | 2023-03-20 11:10:22 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-03-21 19:09:33 +0000 |
commit | c109e4ba1823b838c5f7af99f2540ec89b1b6c4d (patch) | |
tree | 24a08d793e35f349915ea7b8d48f13719e0e79e5 | |
parent | 6bbf16d5d29b05f86d4f21d43471c803db96328e (diff) |
mb/google/skyrim: Remove TODO about moving AMDFW
We're not going to move the AMDFW binary around at this point, so get
rid of the TODO.
BUG=None
TEST=None
BRANCH=skyrim
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: If802c3ee19f4e6a3a74da49bbda55f6a89fa8060
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73827
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r-- | src/mainboard/google/skyrim/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig index 18953a3c89..85ce60077d 100644 --- a/src/mainboard/google/skyrim/Kconfig +++ b/src/mainboard/google/skyrim/Kconfig @@ -8,8 +8,6 @@ if BOARD_GOOGLE_BASEBOARD_SKYRIM config AMD_FWM_POSITION_INDEX int default 3 - help - TODO: might need to be adapted for better placement of files in cbfs config BOARD_SPECIFIC_OPTIONS def_bool y |