aboutsummaryrefslogtreecommitdiff
path: root/include/configs/gru.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-18 16:37:39 -0400
committerTom Rini <trini@konsulko.com>2022-03-18 16:37:39 -0400
commit9776c4e9d00ac49d6388ffe9e084ff03b37ae479 (patch)
tree1caed0c41ab5ba2c4a1772f4a5534d20ca7af579 /include/configs/gru.h
parente7fb67df319cec410c20906bbf33936a6f7479b2 (diff)
parent861682b596b81f988d522edd4c1c76341de112a2 (diff)
downloadu-boot-9776c4e9d00ac49d6388ffe9e084ff03b37ae479.zip
u-boot-9776c4e9d00ac49d6388ffe9e084ff03b37ae479.tar.gz
u-boot-9776c4e9d00ac49d6388ffe9e084ff03b37ae479.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.h3
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