diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 08:38:20 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 12:01:15 +0000 |
commit | 29cc2b542d9f4f4c811516b9fdbe4ba3018c6463 (patch) | |
tree | 54915dbb9871c3a7c88440e705853bde99f31f12 /include/configs/goflexhome.h | |
parent | 5a606a4c977dda5d3079502dca12800c62a68465 (diff) | |
download | u-boot-29cc2b542d9f4f4c811516b9fdbe4ba3018c6463.tar.gz |
Convert CONFIG_RESET_PHY_R to Kconfig
This converts the following to Kconfig:
CONFIG_RESET_PHY_R
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/goflexhome.h')
-rw-r--r-- | include/configs/goflexhome.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/goflexhome.h b/include/configs/goflexhome.h index 51e671a951..832441a7b7 100644 --- a/include/configs/goflexhome.h +++ b/include/configs/goflexhome.h @@ -43,9 +43,6 @@ */ #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */ #define CONFIG_PHY_BASE_ADR 0 -#ifdef CONFIG_RESET_PHY_R -#undef CONFIG_RESET_PHY_R /* remove legacy reset_phy() */ -#endif /* SATA driver configuration */ #define CONFIG_LBA48 |