1 /* 2 * (C) Copyright 2016 Rockchip Electronics Co.,Ltd 3 * 4 * SPDX-License-Identifier: GPL-2.0+ 5 */ 6 7 #ifndef _ASM_ARCH_SYS_PROTO_H 8 #define _ASM_ARCH_SYS_PROTO_H 9 10 #if !defined(CONFIG_SPL_FRAMEWORK) || CONFIG_IS_ENABLED(TINY_FRAMEWORK) 11 int sdram_init(void); 12 #endif 13 14 #endif /* _ASM_ARCH_SYS_PROTO_H */ 15