mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-10 06:00:07 +00:00
11 lines
235 B
C
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;
|
|
}
|