mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
16 lines
313 B
Text
16 lines
313 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Empty devicetre file for bcm7260 board
|
||
|
*
|
||
|
* This is required to make the board build with CONFIG OF_SEPARATE
|
||
|
* In-tree document explains how to obtain a real devicetree using 'bolt' but
|
||
|
* I did not attempt this.
|
||
|
*
|
||
|
* Copyright 2021 Google LLC
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
};
|