Skip to content

Commit

Permalink
disable key support to avoiding trigger fel mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Dangku committed Sep 19, 2018
1 parent ee49fbe commit 010abc8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion u-boot-sunxi/include/configs/sun8iw7p1.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,11 @@
#define CONFIG_SYS_I2C_SPEED 400000
#define CONFIG_SYS_I2C_SLAVE 0x68

#define CONFIG_SUNXI_KEY_SUPPORT
/* disable key support to disable fel key check,
* because powerkey adc value is not stable and
* will trigger fel mode sometimes
*/
/* #define CONFIG_SUNXI_KEY_SUPPORT */

/*-----------------------------------------------------------------------
* Stack sizes
Expand Down

0 comments on commit 010abc8

Please sign in to comment.