summaryrefslogtreecommitdiff
path: root/configs/pm9263_defconfig
diff options
context:
space:
mode:
authorIlko Iliev <iliev@ronetix.at>2021-04-23 16:41:21 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2021-05-13 09:55:04 +0300
commit8ad3a77a74093406257acdb3842c94cf80737735 (patch)
tree67e1a9e782773ce72aeb2b3e3de86677aaf88df7 /configs/pm9263_defconfig
parentf822b62c0238e108446a42c6ad2683e790162e84 (diff)
downloadu-boot-8ad3a77a74093406257acdb3842c94cf80737735.tar.xz
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 'configs/pm9263_defconfig')
-rw-r--r--configs/pm9263_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/pm9263_defconfig b/configs/pm9263_defconfig
index 817a9847be..ef18e742d2 100644
--- a/configs/pm9263_defconfig
+++ b/configs/pm9263_defconfig
@@ -50,6 +50,8 @@ CONFIG_NAND_ATMEL=y
CONFIG_DM_SPI_FLASH=y
CONFIG_SPI_FLASH_ATMEL=y
CONFIG_SPI_FLASH_DATAFLASH=y
+CONFIG_DM_ETH=y
+CONFIG_MACB=y
CONFIG_DM_SERIAL=y
CONFIG_ATMEL_USART=y
CONFIG_SPI=y