aarch64-tegra, armh-mcom02: use/bootloader/u-boot

It's required to set BASE_BOOTLOADER variable,
otherwise grub will get in *too*.
This commit is contained in:
Anton Midyukov 2019-09-26 15:32:07 +07:00 committed by Michael Shigorin
parent 8d4c094093
commit 853c5e275d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
ifeq (,$(filter-out aarch64,$(ARCH))) ifeq (,$(filter-out aarch64,$(ARCH)))
use/aarch64-tegra: use/uboot use/aarch64-tegra: use/bootloader/uboot
@$(call add_feature) @$(call add_feature)
@$(call set,KFLAVOURS,tegra) @$(call set,KFLAVOURS,tegra)
endif endif

View File

@ -1,6 +1,6 @@
ifeq (,$(filter-out armh,$(ARCH))) ifeq (,$(filter-out armh,$(ARCH)))
use/armh-mcom02: use/uboot use/tty/S0 use/armh-mcom02: use/bootloader/uboot use/tty/S0
@$(call add_feature) @$(call add_feature)
@$(call set,KFLAVOURS,mcom02) @$(call set,KFLAVOURS,mcom02)
@$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02) @$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02)