Sign in
nest-open-source
/
manifest_repos
/
u-boot
/
695f9d9af5f4e096d0fca5db6fbb153332b31ed2
/
.
/
board
/
amlogic
/
gxl_skt_v1
/
firmware
/
board_init.c
blob: 701820a21f9666999256f237fd5da223c082eafd [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* board/amlogic/gxl_skt_v1/firmware/board_init.c
*
* Copyright (C) 2020 Amlogic, Inc. All rights reserved.
*
*/
#include
"power.c"
/* bl2 customer code */
void
board_init
(
void
)
{
power_init
(
0
);
}