From b4a50a4bdeac8a3d992b610d87f4af14e1cc9991 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 6 Dec 2019 18:19:27 +0000 Subject: scripts: drop armhf uboot image we dont ship an armv6 kernel. --- scripts/mkimg.arm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/mkimg.arm.sh b/scripts/mkimg.arm.sh index 1221e84915..7bccade8cd 100755 --- a/scripts/mkimg.arm.sh +++ b/scripts/mkimg.arm.sh @@ -115,9 +115,9 @@ profile_uboot() { title="Generic ARM" desc="Has default ARM kernel. Includes the uboot bootloader. - Supports armhf and aarch64." + Supports armv7 and aarch64." image_ext="tar.gz" - arch="aarch64 armhf armv7" + arch="aarch64 armv7" kernel_flavors="lts" kernel_addons="xtables-addons" initfs_features="base bootchart squashfs ext4 kms mmc raid scsi usb" -- cgit v1.2.3