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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user