mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 08:43:07 +00:00
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>
15 lines
305 B
Text
15 lines
305 B
Text
// 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/;
|
|
|
|
/ {
|
|
};
|