[U-Boot] [PATCH 6/7] mx6ul_14x14_evk: Remove CONFIG_FEC_DMA_MINALIGN

Fabio Estevam festevam at gmail.com
Wed Sep 9 16:16:43 CEST 2015


From: Fabio Estevam <fabio.estevam at freescale.com>

CONFIG_FEC_DMA_MINALIGN is not used anywhere, so let's remove it.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 include/configs/mx6ul_14x14_evk.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h
index 84f26ec..ff4f231 100644
--- a/include/configs/mx6ul_14x14_evk.h
+++ b/include/configs/mx6ul_14x14_evk.h
@@ -221,7 +221,6 @@
 
 #define CONFIG_PHYLIB
 #define CONFIG_PHY_MICREL
-#define CONFIG_FEC_DMA_MINALIGN		64
 #endif
 
 #define CONFIG_IMX6_THERMAL
-- 
1.9.1



More information about the U-Boot mailing list