summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@xilinx.com>2022-07-14 17:25:19 +0100
committerMark Hatle <mark.hatle@amd.com>2022-07-28 12:49:51 -0700
commit767096aefcfcba7b4d220bc0a83cd0101fe4bcc0 (patch)
tree557eacc79c29fcaff09abe7479adc643f5a211de
parent32c8984108436fe40e9bc7c72a85567319985179 (diff)
downloadmeta-xilinx-767096aefcfcba7b4d220bc0a83cd0101fe4bcc0.tar.gz
Set QB_KERNEL_ROOT for zynq-generic
This value is passed to the kernel in order to choose the correct disk but defaults to /dev/vda which does not boot. Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/machine/zynq-generic.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/machine/zynq-generic.conf b/meta-xilinx-core/conf/machine/zynq-generic.conf
index 315a8b97..a0d2802e 100644
--- a/meta-xilinx-core/conf/machine/zynq-generic.conf
+++ b/meta-xilinx-core/conf/machine/zynq-generic.conf
@@ -47,6 +47,8 @@ QB_KERNEL_CMDLINE = "none"
47 47
48QB_DTB = "system.dtb" 48QB_DTB = "system.dtb"
49 49
50QB_KERNEL_ROOT = "/dev/mmcblk0p2"
51
50# Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW) 52# Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW)
51QB_OPT_APPEND = " \ 53QB_OPT_APPEND = " \
52 -nographic -serial null -serial mon:stdio \ 54 -nographic -serial null -serial mon:stdio \