uboot/u-boot-stm32mp-2020.01/board/samsung/espresso7420/espresso7420.c

14 lines
214 B
C
Raw Normal View History

2024-01-10 06:52:34 +00:00
// 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;
}