diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-28 16:41:00 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-28 16:41:00 -0400 |
commit | 5bec37eb72bdb43d683593148f4911f1e1f34980 (patch) | |
tree | ca1014d0fc2cde48416c90f03c5bf448acc1775f /include/configs/helios4.h | |
parent | 556fd590db78def1cb92b0e887c665d3b75f7519 (diff) | |
parent | 306881a0bfca22798da64f55206ef2824f37efed (diff) | |
download | u-boot-5bec37eb72bdb43d683593148f4911f1e1f34980.tar.gz |
Merge branch 'migrate-various-PHY-options'WIP/28Apr2020
- Finish migration of CONFIG_PHYLIB and a number of related symbols to
defconfig files.
Diffstat (limited to 'include/configs/helios4.h')
-rw-r--r-- | include/configs/helios4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/helios4.h b/include/configs/helios4.h index af595bc7bc..f0ca8e2f16 100644 --- a/include/configs/helios4.h +++ b/include/configs/helios4.h @@ -52,7 +52,6 @@ /* stay within first 1M */ #endif -#define CONFIG_PHY_MARVELL /* there is a marvell phy */ #define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */ /* Keep device tree and initrd in lower memory so the kernel can access them */ |