summaryrefslogtreecommitdiffstats
path: root/include/configs/rk3288_common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:44:13 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:36 -0700
commit27a1961d0b527b24e7f76230d94df617004b1534 (patch)
treeaa565344419fc5f81dbe78988db9628deafeaaeb /include/configs/rk3288_common.h
parent90a28470fc11c86c64b8f413d23a5c8fcff45a04 (diff)
downloadtalos-obmc-uboot-27a1961d0b527b24e7f76230d94df617004b1534.tar.gz
talos-obmc-uboot-27a1961d0b527b24e7f76230d94df617004b1534.zip
rockchip: jerry: Enable the Chrome OS EC
Turn on the EC and enable the keyboard. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/rk3288_common.h')
-rw-r--r--include/configs/rk3288_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index f47573b25c..ebddfb0267 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -42,6 +42,12 @@
#define CONFIG_ROCKCHIP_COMMON
#define CONFIG_SPL_ROCKCHIP_COMMON
+#define CONFIG_SILENT_CONSOLE
+#ifndef CONFIG_SPL_BUILD
+# define CONFIG_SYS_CONSOLE_IS_IN_ENV
+# define CONFIG_CONSOLE_MUX
+#endif
+
/* MMC/SD IP block */
#define CONFIG_MMC
#define CONFIG_GENERIC_MMC
@@ -110,6 +116,7 @@
"fdt_high=0x1fffffff\0" \
"initrd_high=0x1fffffff\0" \
ENV_MEM_LAYOUT_SETTINGS \
+ ROCKCHIP_DEVICE_SETTINGS \
BOOTENV
#endif
OpenPOWER on IntegriCloud