diff options
author | Ilko Iliev | 2021-04-23 15:41:21 +0200 |
---|---|---|
committer | Eugen Hristev | 2021-05-13 09:55:04 +0300 |
commit | 8ad3a77a74093406257acdb3842c94cf80737735 (patch) | |
tree | 67e1a9e782773ce72aeb2b3e3de86677aaf88df7 /include | |
parent | f822b62c0238e108446a42c6ad2683e790162e84 (diff) |
board: pm9263: switch to use DM_ETH
Enable CONFIG_DM_ETH in configs/pm9263_defconfig
Drop legacy initialization in board/ronetix/pm9263.c
Remove network related setting from include/configs/pm9263.h
Signed-off-by: Ilko Iliev <iliev@ronetix.at>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/pm9263.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 6c882b6ff94..7b028751bda 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -204,12 +204,6 @@ AT91_MATRIX_SCFG_DEFMSTR_TYPE_FIXED | \ AT91_MATRIX_SCFG_SLOT_CYCLE(255)) -/* Ethernet */ -#define CONFIG_MACB 1 -#define CONFIG_RMII 1 -#define CONFIG_NET_RETRY_COUNT 20 -#define CONFIG_RESET_PHY_R 1 - /* USB */ #define CONFIG_USB_ATMEL #define CONFIG_USB_ATMEL_CLK_SEL_PLLB |