Commit b78eaed7 authored by Anton Midyukov's avatar Anton Midyukov

bootloader: remove use/botloader/uboot

u-boot is a low-level bootloader, which, although it can load the kernel and initrd directly via extlinux.conf, increasingly provides UEFI. Therefore, there is no point in isolating it as a separate bootloader. It is enough to disable EFI_BOOTLADER so that extlinux.conf has priority.
parent 97361c94
......@@ -35,7 +35,7 @@ mixin/vm-archdep: use/auto-resize use/uboot use/arm-rpi4 +efi
mixin/vm-archdep-x11: mixin/vm-archdep use/vmguest/kvm/x11; @:
mixin/uboot-extlinux: use/bootloader/uboot
mixin/uboot-extlinux: use/uboot
@$(call set,EFI_BOOTLOADER,)
mixin/uboot-extlinux-efi: use/uboot +efi; @:
......
......@@ -30,9 +30,6 @@ else
use/bootloader/grub: ; @:
endif
use/bootloader/uboot: use/bootloader use/uboot
@$(call set,BASE_BOOTLOADER,uboot)
use/bootloader/live: use/bootloader; @:
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,LIVE_PACKAGES,alterator-$$(BASE_BOOTLOADER))
......
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