soc/amd/common/psp/psp_def.h: increase P2C_BUFFER_MAXSIZE
[coreboot.git] / src / soc / qualcomm / sc7280 / decompressor.c
blob3108b044d20f11f188f0229bb963513c1764e52a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <soc/mmu.h>
6 void decompressor_soc_init(void)
8 sc7280_mmu_init();