diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-21 19:44:13 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-21 20:42:36 -0700 |
commit | 27a1961d0b527b24e7f76230d94df617004b1534 (patch) | |
tree | aa565344419fc5f81dbe78988db9628deafeaaeb /include/configs/firefly-rk3288.h | |
parent | 90a28470fc11c86c64b8f413d23a5c8fcff45a04 (diff) | |
download | u-boot-imx-27a1961d0b527b24e7f76230d94df617004b1534.zip u-boot-imx-27a1961d0b527b24e7f76230d94df617004b1534.tar.gz u-boot-imx-27a1961d0b527b24e7f76230d94df617004b1534.tar.bz2 |
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/firefly-rk3288.h')
-rw-r--r-- | include/configs/firefly-rk3288.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/firefly-rk3288.h b/include/configs/firefly-rk3288.h index 4c5c4dd..8ac6521 100644 --- a/include/configs/firefly-rk3288.h +++ b/include/configs/firefly-rk3288.h @@ -7,6 +7,8 @@ #ifndef __CONFIG_H #define __CONFIG_H +#define ROCKCHIP_DEVICE_SETTINGS + #include <configs/rk3288_common.h> #define CONFIG_SPL_MMC_SUPPORT |