summaryrefslogtreecommitdiff
path: root/board/altera/socfpga
diff options
context:
space:
mode:
authorChin Liang See <clsee@altera.com>2014-07-22 09:28:35 (GMT)
committerTom Rini <trini@ti.com>2014-08-29 19:50:54 (GMT)
commit3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f (patch)
treee9832b3f75646bdeb80e9fe1bc4a8bbce01b65ac /board/altera/socfpga
parent51fb455f82b08ef1bf21b5c51181d26fef56df03 (diff)
downloadu-boot-3ab019e1dc39c69ae7fd0e15b080ef6c59cd138f.tar.xz
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 'board/altera/socfpga')
-rw-r--r--board/altera/socfpga/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/altera/socfpga/Makefile b/board/altera/socfpga/Makefile
index de339ec..44baa00 100644
--- a/board/altera/socfpga/Makefile
+++ b/board/altera/socfpga/Makefile
@@ -7,4 +7,4 @@
#
obj-y := socfpga_cyclone5.o
-obj-$(CONFIG_SPL_BUILD) += pinmux_config.o
+obj-$(CONFIG_SPL_BUILD) += pinmux_config.o iocsr_config.o