]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: spl: Add stub sdram.h
authorMarek Vasut <marex@denx.de>
Tue, 21 Apr 2015 10:30:09 +0000 (12:30 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:26 +0000 (22:29 +0200)
commitbc6c9b80700ff8acd9d165fc2e64865947227961
tree2328f4e1ffb2177ac19bdbfccb7b6160c3b59ff8
parentc5de5b3a235a8f7c3ddf9c837c3422ac75acd9d9
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]