Rename aarch64-rpi4 feature to arm-rpi4
The feature фкь-кзш4 is available for armh now.
This commit is contained in:
parent
9c06f98c62
commit
5137e5ad9c
@ -1,6 +1,5 @@
|
|||||||
|
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
|
||||||
ifeq (,$(filter-out aarch64,$(ARCH)))
|
use/arm-rpi4: use/bootloader/uboot
|
||||||
use/aarch64-rpi4: use/bootloader/uboot
|
|
||||||
@$(call add_feature)
|
@$(call add_feature)
|
||||||
@$(call set,KFLAVOURS,rpi-def rpi-un)
|
@$(call set,KFLAVOURS,rpi-def rpi-un)
|
||||||
@$(call add,THE_PACKAGES,u-boot-tools)
|
@$(call add,THE_PACKAGES,u-boot-tools)
|
@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh -efu
|
#!/bin/sh -efu
|
||||||
|
|
||||||
|
[ -d /usr/share/u-boot/rpi_4 ] &&
|
||||||
|
target_dir='/usr/share/u-boot/rpi_4' ||
|
||||||
|
target_dir='/usr/share/u-boot/rpi_4_32b'
|
||||||
|
|
||||||
(
|
(
|
||||||
cat << 'EOF'
|
cat << 'EOF'
|
||||||
arch=arm
|
arch=arm
|
||||||
@ -53,4 +57,4 @@ stdout=serial,vidconsole
|
|||||||
vendor=raspberrypi
|
vendor=raspberrypi
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
) | mkenvimage -s 16384 -o /usr/share/u-boot/rpi_4/uboot.env -
|
) | mkenvimage -s 16384 -o "$target_dir/uboot.env" -
|
Loading…
Reference in New Issue
Block a user