diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-07 22:11:19 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-22 11:21:06 +0900 |
commit | 1517126fdac2ee73286676770bca175b32d7a3d2 (patch) | |
tree | 83e3f3201fab97eae7efe6a7661ee9b333abe529 /configs/uniphier_v8_defconfig | |
parent | 7a2704369c70ce3711dfa1a1ba795524899136a0 (diff) | |
download | u-boot-1517126fdac2ee73286676770bca175b32d7a3d2.tar.gz |
ARM: uniphier: select DM_ETH
drivers/net/smc911x.c has been converted to DM.
select DM_ETH to enable it for all the UniPhier platform boards.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_v8_defconfig')
-rw-r--r-- | configs/uniphier_v8_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index 4514468abf..a130bbb747 100644 --- a/configs/uniphier_v8_defconfig +++ b/configs/uniphier_v8_defconfig @@ -50,7 +50,6 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_MTD_RAW_NAND=y CONFIG_NAND_DENALI_DT=y CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 -CONFIG_DM_ETH=y CONFIG_SNI_AVE=y CONFIG_PINCONF=y CONFIG_SPI=y |