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:
parent
8d4c094093
commit
853c5e275d
@ -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
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user