mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
56a47ba21b
Add an empty file to prevent build errors when building with CONFIG_OF_SEPARATE enabled. Unfortunately there are no build instructions in the U-Boot tree to enable a real file to be created. Signed-off-by: Simon Glass <sjg@chromium.org>
14 lines
289 B
Text
14 lines
289 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Dummy devicetre file for octeontx2 boards
|
|
*
|
|
* This is required to make the board build with CONFIG OF_SEPARATE
|
|
* I could not find any in-tree documentation at all so this is a dummy file.
|
|
*
|
|
* Copyright 2021 Google LLC
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
/ {
|
|
};
|