Skip to content

Commit

Permalink
build_duet.tool: Update to new ImageTool command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaeuser authored and vit9696 committed May 1, 2023
1 parent 2e35109 commit 676f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_duet.tool
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ imgbuild() {

echo "Generating Loader Image..."

ImageTool Rebase 0x10000 "${BUILD_DIR_ARCH}/EfiLoader.efi" "${BUILD_DIR_ARCH}/EfiLoaderRebased.efi" || exit 1
ImageTool GenImage -b 0x10000 -o "${BUILD_DIR_ARCH}/EfiLoaderRebased.efi" "${BUILD_DIR_ARCH}/EfiLoader.efi" || exit 1

"${FV_TOOLS}/EfiLdrImage" -o "${BUILD_DIR}/FV/Efildr${arch}" \
"${BUILD_DIR_ARCH}/EfiLoaderRebased.efi" "${BUILD_DIR}/FV/DxeIpl${arch}.z" \
Expand Down

0 comments on commit 676f834

Please sign in to comment.