Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
70848515fbfaf25b806b3bde9b936d8cd9656cd0
/
.
/
board
/
samsung
/
espresso7420
/
espresso7420.c
blob: 9f6fa897477aa28e159eb7adbea4adeb21fdeeb6 [
file
] [
log
] [
blame
]
// 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
;
}