diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-18 16:37:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 16:37:39 -0400 |
commit | 9776c4e9d00ac49d6388ffe9e084ff03b37ae479 (patch) | |
tree | 1caed0c41ab5ba2c4a1772f4a5534d20ca7af579 /include/configs/gru.h | |
parent | e7fb67df319cec410c20906bbf33936a6f7479b2 (diff) | |
parent | 861682b596b81f988d522edd4c1c76341de112a2 (diff) | |
download | u-boot-WIP/18Mar2022.zip u-boot-WIP/18Mar2022.tar.gz u-boot-WIP/18Mar2022.tar.bz2 |
Merge tag 'u-boot-rockchip-20220318' of https://source.denx.de/u-boot/custodians/u-boot-rockchipWIP/18Mar2022
- Fix for chromebook gru and bob board;
- some fix on driver like dram and saradc;
Diffstat (limited to 'include/configs/gru.h')
-rw-r--r-- | include/configs/gru.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/gru.h b/include/configs/gru.h index be2dc79..b1084bb 100644 --- a/include/configs/gru.h +++ b/include/configs/gru.h @@ -13,4 +13,7 @@ #include <configs/rk3399_common.h> +#define CONFIG_USB_OHCI_NEW +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 + #endif |