Commit 20ddaf41 authored by Ivan A. Melnikov's avatar Ivan A. Melnikov

use/uboot: Drop 'debug' from kernel cmdline on riscv64

In the current state it does not do anything useful, just lets systemd spam in logs.
parent ae211d09
......@@ -15,7 +15,7 @@ use/uboot: use/kernel/initrd-setup $(UBOOT_TTY)
@$(call add_feature)
@$(call add,THE_LISTS,singleboard-tools)
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,UBOOT_BOOTARGS,earlyprintk debug no_alt_virt_keyboard)
@$(call add,UBOOT_BOOTARGS,earlyprintk no_alt_virt_keyboard)
endif
@$(call try,UBOOT_TIMEOUT,50)
@$(call xport,UBOOT_BOOTARGS)
......
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