Commit 5137e5ad authored by Anton Midyukov's avatar Anton Midyukov

Rename aarch64-rpi4 feature to arm-rpi4

The feature фкь-кзш4 is available for armh now.
parent 9c06f98c
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)
......
#!/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 ...@@ -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" -
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment