From 3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f Mon Sep 17 00:00:00 2001 From: Chin Liang See Date: Tue, 22 Jul 2014 04:28:35 -0500 Subject: 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 Cc: Pavel Machek Cc: Marek Vasut Cc: Tom Rini Cc: Albert Aribaud --- include/configs/socfpga_cyclone5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/socfpga_cyclone5.h') diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 27c2be9098..e02b50a4a8 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -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 -- cgit v1.2.3