diff options
author | Fabio Estevam | 2015-09-13 13:06:46 -0300 |
---|---|---|
committer | Stefano Babic | 2015-09-20 09:47:59 +0200 |
commit | a6e3159e5a5eb3fca03da792aa069df6df881f40 (patch) | |
tree | 1a9d8992c3655f59205eaf8452668127ce85113f /include/configs/mx7dsabresd.h | |
parent | e0ece173045f9083ddc8997ee73db0099dabc634 (diff) |
mx7dsabresd: Remove unused config option
CONFIG_FEC_DMA_MINALIGN is not used anywhere, so let's remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index ec6e0a6d6bf..2a736c458c9 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -24,7 +24,6 @@ #define CONFIG_PHYLIB #define CONFIG_PHY_BROADCOM -#define CONFIG_FEC_DMA_MINALIGN 64 /* ENET1 */ #define IMX_FEC_BASE ENET_IPS_BASE_ADDR |