diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-01-24 13:03:19 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-25 07:24:20 -0800 |
| commit | 8d1c280075e861eed8bc778fd4abaa04fbe1a0f6 (patch) | |
| tree | dd4c9d878ba27ff300223bd5ad294cfaee344b7d | |
| parent | 092ba4ea3c2e5c88f2f4a5309151f5b189c8a5e8 (diff) | |
| download | meta-xilinx-8d1c280075e861eed8bc778fd4abaa04fbe1a0f6.tar.gz | |
ultra96-zynqmp: Use ultra96-arm as QEMU HW PS DTB
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf index 0da0476c..479398b0 100644 --- a/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf +++ b/meta-xilinx-vendor/conf/machine/ultra96-zynqmp.conf | |||
| @@ -55,6 +55,9 @@ HDF_MACHINE = "ultra96-zynqmp" | |||
| 55 | # Hence set QB_MEM to 2GB. | 55 | # Hence set QB_MEM to 2GB. |
| 56 | QB_MEM = "-m 2G" | 56 | QB_MEM = "-m 2G" |
| 57 | 57 | ||
| 58 | # Ultra96 board uses ultra96-arm.dtb as QEMU HW PS DTB. | ||
| 59 | QEMU_HW_DTB_PS = "${QEMU_HW_DTB_PATH}/ultra96-arm.dtb" | ||
| 60 | |||
| 58 | # runqemu assumes psu_uart_0 is used but in Ultra96 psu_uart_1 is the primary | 61 | # runqemu assumes psu_uart_0 is used but in Ultra96 psu_uart_1 is the primary |
| 59 | # uart device, So set psu_uart_0 as null. | 62 | # uart device, So set psu_uart_0 as null. |
| 60 | QB_OPT_APPEND += " -serial null" | 63 | QB_OPT_APPEND += " -serial null" |
