]> git.sur5r.net Git - u-boot/commit
arm: socfpga: spl: Add stub sdram.h
authorMarek Vasut <marex@denx.de>
Tue, 21 Apr 2015 10:30:09 +0000 (12:30 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 21 Apr 2015 10:37:12 +0000 (12:37 +0200)
commitb284d268aff2253b162c636bc63d8fd289159296
tree790616c6b6f92ded5575c684ea2d8f9be53a1acb
parent96bfdf01cabe0c4a14e84c14918fa3c6c59ee8f2
arm: socfpga: spl: Add stub sdram.h

Since the SoCFPGA SDRAM support is not yet applied to u-boot, we still
need to be able to compile the codebase. Introduce stub functions which
temporarily supplement the missing SDRAM setup functions.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Tom Rini <trini@konsulko.com>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
arch/arm/include/asm/arch-socfpga/sdram.h [new file with mode: 0644]