Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Klaus Goger | 8103993 | 2017-04-07 19:13:38 +0200 | [diff] [blame] | 2 | /* |
3 | * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH | ||||
Klaus Goger | 8103993 | 2017-04-07 19:13:38 +0200 | [diff] [blame] | 4 | */ |
Philipp Tomsich | 3df6626 | 2017-09-29 19:27:54 +0200 | [diff] [blame] | 5 | |
Quentin Schulz | 1e1a92b | 2024-01-17 18:59:10 +0100 | [diff] [blame] | 6 | #include "../common/common.h" |
Klaus Goger | 8103993 | 2017-04-07 19:13:38 +0200 | [diff] [blame] | 7 | |
Quentin Schulz | 1418625 | 2024-03-11 13:01:50 +0100 | [diff] [blame] | 8 | int rockchip_early_misc_init_r(void) |
Philipp Tomsich | 2ebe289 | 2017-05-05 19:21:39 +0200 | [diff] [blame] | 9 | { |
Klaus Goger | 810182f | 2018-05-24 17:15:53 +0200 | [diff] [blame] | 10 | setup_boottargets(); |
Philipp Tomsich | 2ebe289 | 2017-05-05 19:21:39 +0200 | [diff] [blame] | 11 | |
12 | return 0; | ||||
13 | } |