mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 22:21:49 +01:00
sandbox: Add license headers to the dts files
Many of these files are missing a header. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
130401e017
commit
7dcc2f7e7a
@ -1,3 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Overlay test file
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Overlay test file
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Main sandbox devicetree
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* This is the common sandbox device-tree nodes. This is shared between sandbox
|
||||
* and sandbox64 builds.
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Main sandbox64 devicetree
|
||||
*/
|
||||
/dts-v1/;
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@ -1,3 +1,12 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Devicetree file for running sandbox tests
|
||||
*
|
||||
* This includes lots of extra devices used by various tests.
|
||||
*
|
||||
* Note that SPL use the main sandbox.dts file
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user