diff options
author | Michael Walle | 2022-08-17 21:38:05 +0200 |
---|---|---|
committer | Stefan Roese | 2022-08-23 12:40:11 +0200 |
commit | cb75d02ab13d71dda92e8925e8ec07d3890815bc (patch) | |
tree | e9a686368216a73560f9d36c9a48e797df6613db /include | |
parent | 7c9bd92eeaa1ad4abacd5bd64fea20f75bc3d1e5 (diff) |
board: lsxl: convert to DM_ETH
Just enabling the Kconfig option for DM_ETH and DM_MDIO is enough.
Additionally, we can remove the old hardcoded config.
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/lsxl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 4d5908d2360..c82eb8b04bf 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -59,12 +59,4 @@ "setenv autoload_old\0" \ "nc=setenv stdin nc; setenv stdout nc; setenv stderr nc\0" \ -/* - * Ethernet Driver configuration - */ -#ifdef CONFIG_CMD_NET -#define CONFIG_MVGBE_PORTS {0, 1} /* enable port 1 only */ -#define CONFIG_PHY_BASE_ADR 7 -#endif /* CONFIG_CMD_NET */ - #endif /* _CONFIG_LSXL_H */ |