commit | 4027792090dd1f4e4f77082151086df5aea62e63 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 16 20:59:12 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 23 10:24:39 2021 -0500 |
tree | 911ea870f952caac01abd67f86fa19e206309d89 | |
parent | 9f4f5f1f4aa64fba5779c40d2b486a1adf651890 [diff] |
riscv: qemu: Split devicetree files for qemu_riscv32/64 This uses QEMU virt which creates its own devicetree. Copy the existing empty version of this file, so splitting the existing qemu-virt into two, since anyone actually trying to use this will need a different devicetree for 32- and 64-bit machines. Tested-by: Heinrich Schuchardt <heinrich.schuchardt@canaonical.com> Signed-off-by: Simon Glass <sjg@chromium.org>