Skip to content

Commit

Permalink
remove generic-x86_64 platform from platform list that requires a
Browse files Browse the repository at this point in the history
dedicated bootloader update mechanism because it is not required (fixes #2787).
  • Loading branch information
jens-maus committed Jun 30, 2024
1 parent d1699a0 commit fc7c9fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@ fwinstall()

echo -ne "OK, "

# on platforms with dedicated boot loaders we have to update them as well.
# on platforms with dedicated pc-bios (non UEFI) boot loaders
# we have to update them as well.
if [[ "${BOOTFS_PLATFORM}" == "tinkerboard" ]] ||
[[ "${BOOTFS_PLATFORM}" == "ova" ]] ||
[[ "${BOOTFS_PLATFORM}" == "generic-x86_64" ]] ||
[[ "${BOOTFS_PLATFORM}" == "odroid-c4" ]] ||
[[ "${BOOTFS_PLATFORM}" == "odroid-n2" ]] ||
[[ "${BOOTFS_PLATFORM}" == "odroid-c2" ]]; then
Expand Down

0 comments on commit fc7c9fe

Please sign in to comment.