diff options
author | Martin Roth <martinroth@google.com> | 2017-10-13 09:28:01 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-16 00:11:37 +0000 |
commit | fc9d5011a9eee4eecda1410378832a225cacdc5f (patch) | |
tree | 4d1d3fe405fac4f522d36f038080b57337bc82dc /src/mainboard/google/kahlee | |
parent | 95c4aa512157ebb4e226d6055014884ea34c0294 (diff) | |
download | coreboot-fc9d5011a9eee4eecda1410378832a225cacdc5f.tar.xz |
src/mainboard/kahlee: Default AMD FW position to 1MB
For Kahlee, the AMD firmware directory should be in the 1MB location
so that it's in the RO cbfs section.
BUG=b:65484600
TEST=Build & boot
Change-Id: I650d8bc0bfa773f5fb5dc11167fe3db3b9550b68
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/22003
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index ad12d8c20c..0eaccf71fa 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -70,4 +70,8 @@ config GBB_HWID depends on CHROMEOS default "KAHLEE TEST 6421" +config AMD_FWM_POSITION_INDEX + int + default 1 + endif # BOARD_GOOGLE_KAHLEE |