From 8ead378c7edcf2a9ab4ef64386fc2f4403848feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Delattre?= Date: Tue, 12 Feb 2019 18:05:15 +0100 Subject: [PATCH] board/pc: fix typo in board/pc/post-build.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Grégoire Delattre Signed-off-by: Peter Korsgaard (cherry picked from commit 9f1256e1aae0a1e91e033d51b968415adec117bf) Signed-off-by: Peter Korsgaard --- board/pc/post-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/pc/post-build.sh b/board/pc/post-build.sh index 552d488160..ed37b3b87e 100755 --- a/board/pc/post-build.sh +++ b/board/pc/post-build.sh @@ -11,5 +11,5 @@ else cp -f "$BOARD_DIR/grub-bios.cfg" "$TARGET_DIR/boot/grub/grub.cfg" # Copy grub 1st stage to binaries, required for genimage - cp -f "$HOST_DIR/lib/grub/i387-pc/boot.img" "$BINARIES_DIR" + cp -f "$HOST_DIR/lib/grub/i386-pc/boot.img" "$BINARIES_DIR" fi