mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
142918807d
Add an empty devicetree file for these boards. It seems to be possible to obtain a real one from another bootloader called 'bolt' but I will leave this to the maintainer. Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
313 B
Text
15 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/;
|
|
|
|
/ {
|
|
};
|