mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-19 09:43:08 +00:00
10 lines
219 B
C
10 lines
219 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* This empty file prevents make linking error.
|
||
|
* No custom logic for dragonboard845c so far.
|
||
|
*
|
||
|
* (C) Copyright 2022 Sumit Garg <sumit.garg@linaro.org>
|
||
|
*/
|
||
|
|
||
|
void noop(void) {}
|