Commit 6611ef1d authored by Anton Midyukov's avatar Anton Midyukov

uboot: Exclude X86 archs

parent 73ec7f0e
...@@ -10,6 +10,7 @@ ifeq (,$(filter-out riscv64,$(ARCH))) ...@@ -10,6 +10,7 @@ ifeq (,$(filter-out riscv64,$(ARCH)))
UBOOT_TTY := use/tty/S0 UBOOT_TTY := use/tty/S0
endif endif
ifneq (,$(filter-out i586 x86_64,$(ARCH)))
use/uboot: use/kernel/initrd-setup $(UBOOT_TTY) use/uboot: use/kernel/initrd-setup $(UBOOT_TTY)
@$(call add_feature) @$(call add_feature)
@$(call add,THE_LISTS,singleboard-tools) @$(call add,THE_LISTS,singleboard-tools)
...@@ -20,3 +21,6 @@ ifeq (,$(filter-out riscv64,$(ARCH))) ...@@ -20,3 +21,6 @@ ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,UBOOT_BOOTARGS,earlyprintk debug no_alt_virt_keyboard) @$(call add,UBOOT_BOOTARGS,earlyprintk debug no_alt_virt_keyboard)
endif endif
@$(call xport,UBOOT_BOOTARGS) @$(call xport,UBOOT_BOOTARGS)
else
use/uboot: ; @:
endif
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