Even though jig is not connected, enabling uart console can be
helpful. Enable uart console with pressed home key.
Note: At booting time, it needs to press home key 4 seconds.
Change-Id: Ib1352391d10eac7b6339ff44c49aa186ccbb68ef
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
ptr += sprintf(ptr, " sec_debug.enable_user=0");
}
- if (tizen_get_jig_state() == 2) {
+ if (tizen_get_jig_state() == 2 || tizen_board_key_scan() == 0x81) {
s = getenv("console");
if (s && (*s == 'o'))
ptr += sprintf(ptr, " console=ttyS1,115200n8 loglevel=7");