u-boot-brain/arch/arm/mach-socfpga/include/mach/sdram.h
Tien Fong Chee 9ef9fe3455 ARM: socfpga: Rename the gen5 sdram driver to more specific name
Current sdram driver is only applied to gen5 device, hence it is better
to rename sdram driver to more specific name which is related to gen5
device.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
2018-05-18 10:30:47 +02:00

16 lines
263 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright Altera Corporation (C) 2014-2015
*/
#ifndef _SDRAM_H_
#define _SDRAM_H_
#ifndef __ASSEMBLY__
#if defined(CONFIG_TARGET_SOCFPGA_GEN5)
#include <asm/arch/sdram_gen5.h>
#endif
#endif
#endif /* _SDRAM_H_ */