Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9978cd06f2c9fa329cf6e78f4b1a8e5290cd9f12
/
.
/
board
/
theobroma-systems
/
puma_rk3399
/
puma-rk3399.c
blob: eeb8a99231e445a0d32a7c241e81125f0364e5d6 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*/
#include
"../common/common.h"
int
rockchip_early_misc_init_r
(
void
)
{
setup_boottargets
();
return
0
;
}