Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5b0d914203729f38e29aee17852ac260d5510904
/
.
/
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
;
}