historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/u-boot/board/samsung/espresso7420/espresso7420.c
2024-01-16 11:20:27 -06:00

13 lines
214 B
C

// SPDX-License-Identifier: GPL-2.0+
/*
* Espresso7420 board file
* Copyright (C) 2016 Samsung Electronics
* Thomas Abraham <thomas.ab@samsung.com>
*/
#include <common.h>
int exynos_init(void)
{
return 0;
}