diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-10-15 10:28:45 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-10-15 23:25:16 +0100 |
commit | dae45a7136416508aeff7f226a4291c4017fa39f (patch) | |
tree | b6ad3710ef1e07fd18a22c9d6368a9ddc988abdc /Platform/AMD | |
parent | 4b75f2a85e1b1b852a0e8476ca2ab78ca59ca77f (diff) | |
download | edk2-platforms-dae45a7136416508aeff7f226a4291c4017fa39f.tar.xz |
Silicon/Amd/Styx: fix flasher support
The StyxFlashUefi application was not migrated correctly from
OpenPlatformPkg to edk2-platforms. It will be superseded shortly
by capsule update support, but let's put it back into a working
state before we remove it.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Platform/AMD')
-rw-r--r-- | Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc index c99c12a223..daa7731720 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -740,7 +740,7 @@ DEFINE DO_FLASHER = FALSE }
!if $(DO_FLASHER) == TRUE
- OpenPlatformPkg/Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf {
+ Silicon/AMD/Styx/Applications/StyxFlashUefi/StyxFlashUefi.inf {
<LibraryClasses>
ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
}
|