Skip to content

Commit

Permalink
travis-ci: Update grub file name for qemu-x86_64 target
Browse files Browse the repository at this point in the history
grub_x86.efi is for 32-bit QEMU. Use grub_x64.efi for 64-bit.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
lbmeng authored and nvswarren committed Oct 15, 2018
1 parent 0739c99 commit 9318802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/travis-ci/u_boot_boardenv_qemu_x86_64_na.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
env__efi_loader_helloworld_file = travis_tftp.file2env('lib/efi_loader/helloworld.efi')

env__efi_loader_check_smbios = True
env__efi_loader_grub_file = travis_tftp.file2env('grub_x86.efi')
env__efi_loader_grub_file = travis_tftp.file2env('grub_x64.efi')

0 comments on commit 9318802

Please sign in to comment.