aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkimg.arm.sh4
1 files changed, 2 insertions, 2 deletions
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"