/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include void bootblock_soc_early_init(void) { clock_init(); } void bootblock_soc_init(void) { qcs405_mmu_init(); }