/* * Copyright (C) 2013-2014 Panasonic Corporation * Author: Masahiro Yamada * * SPDX-License-Identifier: GPL-2.0+ */ #include #include void spl_board_init(void) { #if defined(CONFIG_BOARD_POSTCLK_INIT) board_postclk_init(); #endif dram_init(); }