blob: 5564a63df64a498fd9280482e0f61c7a6ba01b0e [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* board/amlogic/gxtvbb_t966_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);
}