diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-09-09 11:16:43 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-13 11:03:57 +0200 |
commit | a29539c261a6afc7ff956c8626bea545f3b0f2a0 (patch) | |
tree | 16f4d1d7d5bdfefa63bc5f3c941ffd9b8383db4d /include | |
parent | ba35a4fd121b5c591626f26bdbf41ea515713aff (diff) |
mx6ul_14x14_evk: Remove CONFIG_FEC_DMA_MINALIGN
CONFIG_FEC_DMA_MINALIGN is not used anywhere, so let's remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6ul_14x14_evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index 467dc8a8f88..39cacf8541c 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -239,7 +239,6 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_MICREL -#define CONFIG_FEC_DMA_MINALIGN 64 #endif #define CONFIG_IMX_THERMAL |