Sign in
third-party-mirror
/
u-boot
/
refs/heads/upstream/master
/
.
/
arch
/
riscv
/
include
/
asm
/
arch-th1520
/
spl.h
blob: 59aed8cad624d81f81c27f6f5ca408b6fc4c926c [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2025 Yao Zi <ziyao@disroot.org>
*/
#ifndef
_ASM_ARCH_TH1520_SPL_H_
#define
_ASM_ARCH_TH1520_SPL_H_
void
spl_dram_init
(
void
);
#endif
// _ASM_ARCH_TH1520_SPL_H_