diff options
| author | Martin Michlmayr <[email protected]> | 2016-12-17 17:40:26 -0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-01-11 20:23:25 -0700 |
| commit | 1a581460856d87c88e64088dca19fccc6c1be089 (patch) | |
| tree | e8d3fd20e6ffc4a2e78b46abf68fb474639e94b7 | |
| parent | 21ba55dd72b50f5730d8cb57c35ab0a6aa0c08f5 (diff) | |
rockchip: Fix veyron-minnie's Kconfig description
The veyron-minnie Kconfig referred to jerry by mistake.
Signed-off-by: Martin Michlmayr <[email protected]>
Acked-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/arm/mach-rockchip/rk3288/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index 223ae41dd47..54545f378ca 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -61,7 +61,7 @@ config TARGET_CHROMEBIT_MICKEY config TARGET_CHROMEBOOK_MINNIE bool "Google/Rockchip Veyron-Minnie Chromebook" help - Jerry is a RK3288-based convertible clamshell device with 2 USB 3.0 + Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card, HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS EC (Cortex-M3) to provide access to the keyboard and battery |
