xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/sdram_rk3528.h (revision 3e169ed6d1dfc694be0c8d48ef58532f2407d1ff)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2022 Rockchip Electronics Co., Ltd.
4  */
5 
6 #ifndef _ASM_ARCH_SDRAM_RK3528_H
7 #define _ASM_ARCH_SDRAM_RK3528_H
8 
9 #include <asm/arch-rockchip/sdram.h>
10 #include <asm/arch-rockchip/sdram_common.h>
11 
12 #endif /* _ASM_ARCH_SDRAM_RK3528_H */
13