use GPT partition table for RPi4 (#936)

* use GPT partition table for RPi4
This commit is contained in:
Aman Gupta Karmani 2020-11-04 02:10:57 -08:00 committed by GitHub
parent 5e44dcc681
commit c92b4b54be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ BOARD_NAME="RaspberryPi 4 64bit"
CHASSIS=embedded CHASSIS=embedded
BOOTLOADER=uboot BOOTLOADER=uboot
KERNEL_FILE=Image KERNEL_FILE=Image
BOOT_SYS=hyprid BOOT_SYS=efi
BOOT_SPL=false BOOT_SPL=false
BOOT_ENV_SIZE=0x4000 BOOT_ENV_SIZE=0x4000
SUPERVISOR_MACHINE=raspberrypi4-64 SUPERVISOR_MACHINE=raspberrypi4-64

View File

@ -3,7 +3,7 @@ BOARD_NAME="RaspberryPi 4"
CHASSIS=embedded CHASSIS=embedded
BOOTLOADER=uboot BOOTLOADER=uboot
KERNEL_FILE=zImage KERNEL_FILE=zImage
BOOT_SYS=hyprid BOOT_SYS=efi
BOOT_SPL=false BOOT_SPL=false
BOOT_ENV_SIZE=0x4000 BOOT_ENV_SIZE=0x4000
SUPERVISOR_MACHINE=raspberrypi4 SUPERVISOR_MACHINE=raspberrypi4