Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / arm / include / asm / arch-mx35 / sys_proto.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2011
4  * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
5  */
6
7 #ifndef _MX35_SYS_PROTO_H_
8 #define _MX35_SYS_PROTO_H_
9
10 #include <asm/mach-imx/sys_proto.h>
11
12 void mx3_setup_sdram_bank(u32 start_address, u32 ddr2_config, u32 row,
13                           u32 col, u32 dsize, u32 refresh);
14
15 #endif