efi_loader: type of efi_secure_mode
[oweals/u-boot.git] / include / configs / rockpro64_rk3399.h
index 5f52c1e4f601844b340f0ebdacd7ecc581984c65..903e9df527c1fc777af9eecd9b5d8cfb0710913d 100644 (file)
@@ -6,10 +6,15 @@
 #ifndef __ROCKPRO64_RK3399_H
 #define __ROCKPRO64_RK3399_H
 
-#include <configs/rk3399_common.h>
+#define ROCKCHIP_DEVICE_SETTINGS \
+       "stdin=serial,usbkbd\0" \
+       "stdout=serial,vidconsole\0" \
+       "stderr=serial,vidconsole\0"
 
-#define CONFIG_SYS_MMC_ENV_DEV 0
+#include <configs/rk3399_common.h>
 
 #define SDRAM_BANK_SIZE                        (2UL << 30)
 
+#define CONFIG_USB_OHCI_NEW
+#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS     2
 #endif