Re: [PATCH v3 3/3] fastboot: Add default fastboot_set_reboot_flag implementation

2020-06-13 Thread Roman Stratiienko
Hi Roman, ср, 10 июн. 2020 г. в 19:37, Roman Kovalivskyi : > > Default implementation of fastboot_set_reboot_flag function that depends > on "bcb" commands could be used in general case if there are no need to > make any platform-specific implementation, otherwise it could be > disabled via Kconfi

[PATCH v3 3/3] fastboot: Add default fastboot_set_reboot_flag implementation

2020-06-10 Thread Roman Kovalivskyi
Default implementation of fastboot_set_reboot_flag function that depends on "bcb" commands could be used in general case if there are no need to make any platform-specific implementation, otherwise it could be disabled via Kconfig option FASTBOOT_USE_BCB_SET_REBOOT_FLAG. Please note that FASTBOOT_