summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorGrégoire Delattre <gregoire.delattre@gmail.com>2019-02-12 18:05:15 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-02-12 20:01:39 +0100
commit9f1256e1aae0a1e91e033d51b968415adec117bf (patch)
treedcd033239d271e4b54d334fb3406043b3f2c40dc /board
parent886f3109a55dccab3fac884d5f0fecd767edd4f0 (diff)
board/pc: fix typo in board/pc/post-build.sh
Signed-off-by: Grégoire Delattre <gregoire.delattre@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board')
-rwxr-xr-xboard/pc/post-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pc/post-build.sh b/board/pc/post-build.sh
index 346f29ab6a..b245cc00c6 100755
--- a/board/pc/post-build.sh
+++ b/board/pc/post-build.sh
@@ -7,4 +7,4 @@ BOARD_DIR=$(dirname "$0")
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"