mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
12 lines
183 B
C
12 lines
183 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Samsung A5Y17 and A3Y17 LTE boards based on Exynos 7880 and Exynos 7870 SoCs
|
||
|
*/
|
||
|
|
||
|
#include <common.h>
|
||
|
|
||
|
int exynos_init(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|