xref: /openbmc/u-boot/arch/arm/include/asm/arch-mx35/sys_proto.h (revision 971a54193c9a90a6651064c4a7879e3568e9e7b8)
1 /*
2  * (C) Copyright 2011
3  * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _MX35_SYS_PROTO_H_
9 #define _MX35_SYS_PROTO_H_
10 
11 #include <asm/mach-imx/sys_proto.h>
12 
13 void mx3_setup_sdram_bank(u32 start_address, u32 ddr2_config, u32 row,
14 			  u32 col, u32 dsize, u32 refresh);
15 
16 #endif
17