Sign in
nest-open-source
/
manifest_repos
/
u-boot
/
695f9d9af5f4e096d0fca5db6fbb153332b31ed2
/
.
/
board
/
amlogic
/
gxl_p241_v1
/
firmware
/
board_init.c
blob: d8682d7d0ebd34b886a0185819ddb61edbc6002c [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* board/amlogic/gxl_p241_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
);
}