diff options
author | Grygorii Strashko <grygorii.strashko@ti.com> | 2019-11-20 21:13:26 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-13 13:01:54 -0500 |
commit | 7da4fb9235dd242036bed16c9ea6ad07b60b7ba1 (patch) | |
tree | 98b06f362e50134c6763380f2c0196f7938d1d97 /include | |
parent | c013a2f7856eab890d17cf4aee1042e768218bc3 (diff) | |
download | u-boot-7da4fb9235dd242036bed16c9ea6ad07b60b7ba1.tar.gz |
arm: ti: dra7: move BOOTP_DNS2 and PHY_TI in defconfigWIP/2019-12-13-master-imports
Move BOOTP_DNS2 and PHY_TI from dra7xx_evm.h to
dra7xx_evm_defconfig.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/dra7xx_evm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 844d2688d9..fbe431b9c9 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -63,10 +63,8 @@ #define CONFIG_HSMMC2_8BIT /* CPSW Ethernet */ -#define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_NET_RETRY_COUNT 10 -#define CONFIG_PHY_TI /* * Default to using SPI for environment, etc. |