summaryrefslogtreecommitdiff
path: root/Platform/SoftIron
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-10-15 10:28:45 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-10-15 23:25:16 +0100
commitdae45a7136416508aeff7f226a4291c4017fa39f (patch)
treeb6ad3710ef1e07fd18a22c9d6368a9ddc988abdc /Platform/SoftIron
parent4b75f2a85e1b1b852a0e8476ca2ab78ca59ca77f (diff)
downloadedk2-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/SoftIron')
-rw-r--r--Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
index d4fc159bcf..29ce8b3bd1 100644
--- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
+++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
@@ -703,7 +703,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
}