mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
c4607665da
This uses QEMU virt which creates its own devicetree. Add an empty version of this file, so that we can at least build this board when devicetrees are required. Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
139 B
Text
10 lines
139 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Empty device tree for qemu-ppce400
|
|
*
|
|
* Copyright 2021 Google LLC
|
|
*/
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
};
|