Skip to content

Commit f7cfc01

Browse files
mhaeuservit9696
authored andcommitted
build_duet.tool: Update to new ImageTool command syntax
1 parent e3dc012 commit f7cfc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_duet.tool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ imgbuild() {
2727

2828
echo "Generating Loader Image..."
2929

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

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

0 commit comments

Comments
 (0)