summaryrefslogtreecommitdiffstats
path: root/include/configs/socfpga_cyclone5.h
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2014-07-22 04:28:35 -0500
committerTom Rini <trini@ti.com>2014-08-29 15:50:54 -0400
commit3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f (patch)
treee9832b3f75646bdeb80e9fe1bc4a8bbce01b65ac /include/configs/socfpga_cyclone5.h
parent51fb455f82b08ef1bf21b5c51181d26fef56df03 (diff)
downloadtalos-obmc-uboot-3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f.tar.gz
talos-obmc-uboot-3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f.zip
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>
Diffstat (limited to 'include/configs/socfpga_cyclone5.h')
-rw-r--r--include/configs/socfpga_cyclone5.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud