17 lines
448 B
Diff
17 lines
448 B
Diff
|
diff --git a/include/configs/evb_rk3399.h b/include/configs/evb_rk3399.h
|
||
|
index 2d3db228..c0b03588 100644
|
||
|
--- a/include/configs/evb_rk3399.h
|
||
|
+++ b/include/configs/evb_rk3399.h
|
||
|
@@ -6,11 +6,6 @@
|
||
|
#ifndef __EVB_RK3399_H
|
||
|
#define __EVB_RK3399_H
|
||
|
|
||
|
-#define ROCKCHIP_DEVICE_SETTINGS \
|
||
|
- "stdin=serial,usbkbd\0" \
|
||
|
- "stdout=serial,vidconsole\0" \
|
||
|
- "stderr=serial,vidconsole\0"
|
||
|
-
|
||
|
#include <configs/rk3399_common.h>
|
||
|
|
||
|
#if defined(CONFIG_ENV_IS_IN_MMC)
|