Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
bdf9dead86f06c7d6980c399a4a6339430b531ec
/
.
/
board
/
beacon
/
imx8mm
/
imx8mm_beacon.c
blob: 204235a3f8e0e9ff4b499f1f6213da1d9bf019d1 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2022 Logic PD, Inc. dba Beacon EmbeddedWorks
*/
#include
<asm/global_data.h>
DECLARE_GLOBAL_DATA_PTR
;
int
board_init
(
void
)
{
return
0
;
}