1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2018 MediaTek Inc. * Author: Sam Shih <sam.shih@mediatek.com> */ #include <config.h> #include <env.h> #include <init.h> #include <asm/global_data.h> DECLARE_GLOBAL_DATA_PTR; int board_init(void) { return 0; }