diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-22 11:06:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-22 11:06:31 -0400 |
commit | 6d73175b1f407fefc6c5a0b81ac30c6b18bcc191 (patch) | |
tree | 73bba002759e8d1455dbff1f96eb6f22d8b5f3cc /include | |
parent | bfdb30559c763b74199666dfb20e1d9f207b917a (diff) | |
parent | 6674d2d9fe563258fdc89b25eb46cccdb388b678 (diff) | |
download | u-boot-6d73175b1f407fefc6c5a0b81ac30c6b18bcc191.tar.gz u-boot-6d73175b1f407fefc6c5a0b81ac30c6b18bcc191.tar.bz2 u-boot-6d73175b1f407fefc6c5a0b81ac30c6b18bcc191.zip |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'include')
-rw-r--r-- | include/generic-phy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/generic-phy.h b/include/generic-phy.h index ff48b37081..d40ce589b6 100644 --- a/include/generic-phy.h +++ b/include/generic-phy.h @@ -155,7 +155,7 @@ struct phy_bulk { unsigned int count; }; -#ifdef CONFIG_PHY +#if CONFIG_IS_ENABLED(PHY) /** * generic_phy_init() - initialize the PHY port |