blob: eeb8a99231e445a0d32a7c241e81125f0364e5d6 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Klaus Goger81039932017-04-07 19:13:38 +02002/*
3 * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
Klaus Goger81039932017-04-07 19:13:38 +02004 */
Philipp Tomsich3df66262017-09-29 19:27:54 +02005
Quentin Schulz1e1a92b2024-01-17 18:59:10 +01006#include "../common/common.h"
Klaus Goger81039932017-04-07 19:13:38 +02007
Quentin Schulz14186252024-03-11 13:01:50 +01008int rockchip_early_misc_init_r(void)
Philipp Tomsich2ebe2892017-05-05 19:21:39 +02009{
Klaus Goger810182f2018-05-24 17:15:53 +020010 setup_boottargets();
Philipp Tomsich2ebe2892017-05-05 19:21:39 +020011
12 return 0;
13}