summaryrefslogtreecommitdiff
path: root/arch/riscv/dts/qemu-virt.dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2021-05-10 15:23:39 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-19 12:01:51 +0300
commit756eeba8a2c13114525f288ba5d1039f18b40383 (patch)
tree6aad5e6981d110a823ec1b589897882aa622b539 /arch/riscv/dts/qemu-virt.dts
parent18cb82c35c764eccc3717260812c03323c324468 (diff)
downloadu-boot-756eeba8a2c13114525f288ba5d1039f18b40383.tar.xz
riscv: qemu: Switch to use binman to generate u-boot.itb
By utilizing the newly introduced BINMAN_STANDALONE_FDT option, along with a new dedicated device tree source file for the QEMU virt target used for binman only, we can now use binman to generate u-boot.itb. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/riscv/dts/qemu-virt.dts')
-rw-r--r--arch/riscv/dts/qemu-virt.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/riscv/dts/qemu-virt.dts b/arch/riscv/dts/qemu-virt.dts
new file mode 100644
index 0000000000..fecff542b9
--- /dev/null
+++ b/arch/riscv/dts/qemu-virt.dts
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2021, Bin Meng <bmeng.cn@gmail.com>
+ */
+
+/dts-v1/;
+
+#include "binman.dtsi"