Merge branch 'master_sh/gen4/mmcfix' of https://source.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / include / configs / rockpro64_rk3399.h
index 5f52c1e..5381efa 100644 (file)
@@ -6,10 +6,11 @@
 #ifndef __ROCKPRO64_RK3399_H
 #define __ROCKPRO64_RK3399_H
 
-#include <configs/rk3399_common.h>
-
-#define CONFIG_SYS_MMC_ENV_DEV 0
+#define ROCKCHIP_DEVICE_SETTINGS \
+       "stdin=serial,usbkbd\0" \
+       "stdout=serial,vidconsole\0" \
+       "stderr=serial,vidconsole\0"
 
-#define SDRAM_BANK_SIZE                        (2UL << 30)
+#include <configs/rk3399_common.h>
 
 #endif