diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-21 21:33:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
commit | 448dfb407f7af23b3d85d8ce9039e1e2bd287245 (patch) | |
tree | 37773ed812223949b4ed0246ebf8ba4b52370c1b /include/configs/ebisu.h | |
parent | 797c2b4a1af1e790bcb5163be7dd409c49527354 (diff) | |
download | u-boot-448dfb407f7af23b3d85d8ce9039e1e2bd287245.tar.gz u-boot-448dfb407f7af23b3d85d8ce9039e1e2bd287245.tar.bz2 u-boot-448dfb407f7af23b3d85d8ce9039e1e2bd287245.zip |
Convert CONFIG_BITBANGMII_MULTI to Kconfig
This converts the following to Kconfig:
CONFIG_BITBANGMII_MULTI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ebisu.h')
-rw-r--r-- | include/configs/ebisu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ebisu.h b/include/configs/ebisu.h index cbd1445636..ce31a462fc 100644 --- a/include/configs/ebisu.h +++ b/include/configs/ebisu.h @@ -13,9 +13,6 @@ #include "rcar-gen3-common.h" -/* Ethernet RAVB */ -#define CONFIG_BITBANGMII_MULTI - /* Generic Timer Definitions (use in assembler source) */ #define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */ |