]> git.sur5r.net Git - u-boot/commitdiff
mx28evk: fix build error
authorAnatolij Gustschin <agust@denx.de>
Fri, 30 Mar 2012 05:45:27 +0000 (05:45 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 30 Mar 2012 20:49:09 +0000 (22:49 +0200)
Fix:
drivers/mmc/libmmc.o: In function `mxsmmc_send_cmd':
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:210: undefined reference to `mxs_dma_desc_append'
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:211: undefined reference to `mxs_dma_go'
drivers/mmc/libmmc.o: In function `mxsmmc_initialize':
/home/ag/git/u-boot/drivers/mmc/mxsmmc.c:306: undefined reference to `mxs_dma_desc_alloc'

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx28evk.h

index cdcc6e0eab36fb72ced636621524200a74d49654..705fdab563f95c802558798af50f859bc7165950 100644 (file)
 #define CONFIG_BAUDRATE                        115200  /* Default baud rate */
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 
+/*
+ * DMA
+ */
+#define CONFIG_APBH_DMA
+
 /*
  * MMC Driver
  */