Merge tag 'u-boot-amlogic-20230417' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / include / configs / evb_rk3399.h
index c0b0358..70ab587 100644 (file)
@@ -6,12 +6,11 @@
 #ifndef __EVB_RK3399_H
 #define __EVB_RK3399_H
 
-#include <configs/rk3399_common.h>
-
-#if defined(CONFIG_ENV_IS_IN_MMC)
-# define CONFIG_SYS_MMC_ENV_DEV                0
-#endif
+#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