Skip to content

Commit

Permalink
scripts: add back rpi kernel to armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
clandmeter committed Apr 23, 2019
1 parent ea08645 commit a9871bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/mkimg.arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ profile_rpi() {
arch="aarch64 armhf armv7"
kernel_flavors="rpi"
case "$ARCH" in
armv7|armhf) kernel_flavors="rpi2";;
armhf) kernel_flavors="rpi rpi2";;
armv7) kernel_flavors="rpi2";;
esac
kernel_cmdline="dwc_otg.lpm_enable=0 console=tty1"
initfs_features="base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"
Expand Down

0 comments on commit a9871bd

Please sign in to comment.