diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2021-08-12 10:11:32 +0100 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2021-10-15 20:56:30 +0800 |
commit | 63e13530fc6fb0169ee70abf5cfd5c272238609d (patch) | |
tree | 2a3dab2c217977e5c59491a4b696c960d5b7b17c /configs/lion-rk3368_defconfig | |
parent | 8d43e2412ade9b833b489d37b240e520405bcdb8 (diff) | |
download | u-boot-63e13530fc6fb0169ee70abf5cfd5c272238609d.zip u-boot-63e13530fc6fb0169ee70abf5cfd5c272238609d.tar.gz u-boot-63e13530fc6fb0169ee70abf5cfd5c272238609d.tar.bz2 |
rockchip: rk33xx: Drop ROCKCHIP_USB2_PHY on boards without it
The 64 bit rk33xx chips don't have the ROCKCHIP_USB2_PHY IP so
drop the configs as they were likely copied over from other
boards during enablement.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/lion-rk3368_defconfig')
-rw-r--r-- | configs/lion-rk3368_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig index e214cf5..7f62811 100644 --- a/configs/lion-rk3368_defconfig +++ b/configs/lion-rk3368_defconfig @@ -96,7 +96,6 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_DWC2=y -CONFIG_ROCKCHIP_USB2_PHY=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_SPL_TINY_MEMSET=y |