From: Arne Fitzenreiter Date: Fri, 20 Jul 2018 11:24:49 +0000 (+0100) Subject: flash-image: use FAT for /boot partition on aarch64 X-Git-Tag: v2.21-core124~77^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46a4581db662d70e781d59782d2e24a4c2968968;p=ipfire-2.x.git flash-image: use FAT for /boot partition on aarch64 Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/flash-images b/lfs/flash-images index 55ffd0e819..1f78332505 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -59,12 +59,15 @@ MNThdd := /install/harddisk IMG := /install/images/image.img # All sizes in blocks -ifeq "$(BUILD_ARCH)" "armv5tel" +ifeq "$(BUILD_PLATFORM)" "arm" BOOTLOADER = S_OFFSET = 8192 # FAT32 PART_TYPE = c +ifeq "$(BUILD_ARCH)" "aarch64" + BOOTLOADER = grub +endif else BOOTLOADER = grub S_OFFSET = 8192