socfpga: Fix SOCFPGA build error for Altera dev kit

To fix the build error when build for Altera dev kit, not
virtual target. At same time, set the build for Altera dev
kit as default instead virtual target. With that, U-Boot
is booting well and SPL still lack of few drivers.

Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Pavel Machek <pavel@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
This commit is contained in:
Chin Liang See
2014-07-22 04:28:35 -05:00
committed by Tom Rini
parent 51fb455f82
commit 3ab019e1dc
6 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
* High level configuration
*/
/* Virtual target or real hardware */
#define CONFIG_SOCFPGA_VIRTUAL_TARGET
#undef CONFIG_SOCFPGA_VIRTUAL_TARGET
#define CONFIG_ARMV7
#define CONFIG_SYS_DCACHE_OFF