uniLoader/soc/exynos/exynos990.c
2023-07-16 10:20:06 +01:00

11 lines
235 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2022, halal-beef <78730004+halal-beef@users.noreply.github.com>
*/
#include <soc/exynos990.h>
void soc_init(void) {
*(int*) (DECON_F_BASE + HW_SW_TRIG_CONTROL) = 0x1281;
}