blob: 3108b044d20f11f188f0229bb963513c1764e52a [file] [log] [blame]
Ravi Kumar Bokka86b06092021-04-06 17:01:05 +05301/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <bootblock_common.h>
4#include <soc/mmu.h>
5
6void decompressor_soc_init(void)
7{
8 sc7280_mmu_init();
9}