1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
5 #include <soc/wakeup.h>
7 void bootblock_soc_init(void)
9 if (get_wakeup_state() == WAKEUP_DIRECT
) {
14 /* For most ARM systems, we have to initialize firmware media source
15 * (ex, SPI, SD/MMC, or eMMC) now; but for Exynos platform, that is
16 * already handled by iROM so there's no need to setup again.