uboot: Not add 'cma=192M' to UBOOT_BOOTARGS

Booting to Raspberry Pi 4 is not possible with these parameter.
This commit is contained in:
Anton Midyukov 2021-02-20 17:48:05 +07:00
parent 7e2be407a1
commit cb6d5e5449

View File

@ -14,9 +14,6 @@ ifneq (,$(filter-out i586 x86_64,$(ARCH)))
use/uboot: use/kernel/initrd-setup $(UBOOT_TTY)
@$(call add_feature)
@$(call add,THE_LISTS,singleboard-tools)
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
@$(call add,UBOOT_BOOTARGS,cma=192M)
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,UBOOT_BOOTARGS,earlyprintk debug no_alt_virt_keyboard)
endif