Browse Source

u-boot: build: Add the quaspi driver in the build

Include the the vf610_qspi driver in the build for the
vf610twr configuration

Signed-off-by: Juan Gutierrez <b44802@freescale.com>
Juan Gutierrez 11 years ago
parent
commit
2319fb470d
2 changed files with 3 additions and 0 deletions
  1. 1 0
      drivers/spi/Makefile
  2. 2 0
      include/configs/vf610twr.h

+ 1 - 0
drivers/spi/Makefile

@@ -55,6 +55,7 @@ COBJS-$(CONFIG_TEGRA20_SFLASH) += tegra20_sflash.o
 COBJS-$(CONFIG_TEGRA20_SLINK) += tegra20_slink.o
 COBJS-$(CONFIG_TEGRA114_SPI) += tegra114_spi.o
 COBJS-$(CONFIG_XILINX_SPI) += xilinx_spi.o
+COBJS-$(CONFIG_VF610_QSPI) += vf610_qspi.o
 
 COBJS	:= $(COBJS-y)
 SRCS	:= $(COBJS:.o=.c)

+ 2 - 0
include/configs/vf610twr.h

@@ -270,4 +270,6 @@
 #define CONFIG_OF_LIBFDT
 #define CONFIG_CMD_BOOTZ
 
+#define CONFIG_VF610_QSPI
+
 #endif