mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 10:48:51 +00:00
11 lines
225 B
C
11 lines
225 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* This empty file prevents make linking error.
|
||
|
* No custom logic for starqltechn so far.
|
||
|
*
|
||
|
* (C) Copyright 2021 Dzmitry Sankouski <dsankouski@gmail.com>
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
void nooop(void) {}
|