From 9730a28b966f0b347b85c16e22d318794cbe64a1 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 13 Sep 2022 10:02:34 -0700 Subject: zynq-generic: Remove QB_KERNEL_CMDLINE = none, as we're booting from disk QB_KERNEL_CMDLINE = none is only needed if we're going to boot either from a ramdisk, or using the 'chosen' section of the DTB. Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/zynq-generic.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-xilinx-core/conf/machine/zynq-generic.conf b/meta-xilinx-core/conf/machine/zynq-generic.conf index 6ad00d72..e8ecfb34 100644 --- a/meta-xilinx-core/conf/machine/zynq-generic.conf +++ b/meta-xilinx-core/conf/machine/zynq-generic.conf @@ -40,8 +40,6 @@ WKS_FILES ?= "sdimage-bootpart.wks" QB_MEM = "-m 1024" QB_NETWORK_DEVICE = "-net nic,netdev=net0,macaddr=@MAC@" -QB_KERNEL_CMDLINE = "none" - QB_KERNEL_ROOT = "/dev/mmcblk0p2" # Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) -- cgit v1.2.3-54-g00ecf