diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-26 17:32:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 08:43:24 -0500 |
commit | 60f3c01596c5af73063d7699a22b0dd3fc3206e7 (patch) | |
tree | a4b56dd8b76d319e576bba03af9ed740a6cb50e9 /include | |
parent | 1e26f648885719cb6a105ae3562e8d840e75a6b8 (diff) | |
download | u-boot-60f3c01596c5af73063d7699a22b0dd3fc3206e7.zip u-boot-60f3c01596c5af73063d7699a22b0dd3fc3206e7.tar.gz u-boot-60f3c01596c5af73063d7699a22b0dd3fc3206e7.tar.bz2 |
Convert CONFIG_PHY_CORTINA to Kconfig
This converts the following to Kconfig:
CONFIG_PHY_CORTINA
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/T208xRDB.h | 1 | ||||
-rw-r--r-- | include/configs/T4240RDB.h | 1 | ||||
-rw-r--r-- | include/configs/ls2080ardb.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index b64bafd..748a7a0 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -541,7 +541,6 @@ unsigned long get_board_ddr_clk(void); #endif /* CONFIG_NOBQFMAN */ #ifdef CONFIG_SYS_DPAA_FMAN -#define CONFIG_PHY_CORTINA #define CONFIG_PHY_REALTEK #define CONFIG_CORTINA_FW_LENGTH 0x40000 #define RGMII_PHY1_ADDR 0x01 /* RealTek RTL8211E */ diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index fc2aed3..bbb4ca9 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -548,7 +548,6 @@ unsigned long get_board_ddr_clk(void); #ifdef CONFIG_SYS_DPAA_FMAN #define CONFIG_PHYLIB_10G #define CONFIG_PHY_VITESSE -#define CONFIG_PHY_CORTINA #define CONFIG_SYS_CORTINA_FW_IN_NOR #define CONFIG_CORTINA_FW_ADDR 0xefe00000 #define CONFIG_CORTINA_FW_LENGTH 0x40000 diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index c5d57cf..02f6cd4 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -560,7 +560,6 @@ unsigned long get_board_sys_clk(void); /* MAC/PHY configuration */ #ifdef CONFIG_FSL_MC_ENET -#define CONFIG_PHY_CORTINA #define CONFIG_SYS_CORTINA_FW_IN_NOR #ifdef CONFIG_QSPI_BOOT #define CONFIG_CORTINA_FW_ADDR 0x20980000 |