diff options
author | Adam Ford <aford173@gmail.com> | 2018-02-04 09:07:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-08 10:16:54 -0500 |
commit | f1754f08102781f855370c7d47db0e3d85da5694 (patch) | |
tree | 1dbefdf2e60e6cb917afc35fb1dbc270d095bd95 /include/configs | |
parent | 71abe5ac0079879d4142ca15d41d943e120acbf1 (diff) |
configs: imx6q_logic: Move CONFIG_PHY_SMSC to defconfig
Since CONFIG_PHY_SMSC was already in Kconfig, move this from
header file to defconfig
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/imx6_logic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/imx6_logic.h b/include/configs/imx6_logic.h index f747c6b239..f973c327c8 100644 --- a/include/configs/imx6_logic.h +++ b/include/configs/imx6_logic.h @@ -28,7 +28,6 @@ #define CONFIG_FEC_XCV_TYPE RMII #define CONFIG_ETHPRIME "FEC" #define CONFIG_FEC_MXC_PHYADDR 0 -#define CONFIG_PHY_SMSC #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG |