u-boot/arch/arm/dts/xenguest-arm64.dts
Simon Glass e5e6cc7cfa arm: xenguest_arm64: Add a empty devicetree file
Add an empty version of this file, so that we can at least build this
board when devicetrees are required.

The real devicetree is created by the Xen project on-the-fly.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-12-23 10:24:39 -05:00

16 lines
305 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/*
* Empty devicetree file for xenguest_arm64
*
* This is required to make the board build with CONFIG OF_SEPARATE
* Build instructions at xenguest_arm64.rst are inadequate for obtaining a real
* devicetree.
*
* Copyright 2021 Google LLC
*/
/dts-v1/;
/ {
};