mirror of
https://github.com/u-boot/u-boot.git
synced 2025-01-06 02:33:26 +08:00
50d857ebc4
Add an empty file to prevent build errors when building with CONFIG_OF_SEPARATE enabled. Signed-off-by: Simon Glass <sjg@chromium.org>
12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* Empty device tree for versal-virt board
|
|
*
|
|
* Copyright 2021 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
};
|