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

2020-07-03 Thread Roman Stratiienko
Reviewed-by: Roman Stratiienko вт, 23 июн. 2020 г. в 03:28, 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

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

2020-06-22 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_