Merge branch 'feature/kconfig_for_reproducible_build' into 'master'
Feature: kconfig for reproducible build See merge request espressif/esp-idf!15100
This commit is contained in:
@@ -91,5 +91,7 @@ void bootloader_enable_random(void)
|
||||
void bootloader_print_banner(void)
|
||||
{
|
||||
ESP_LOGI(TAG, "ESP-IDF %s 2nd stage bootloader", IDF_VER);
|
||||
#ifndef CONFIG_APP_REPRODUCIBLE_BUILD
|
||||
ESP_LOGI(TAG, "compile time " __TIME__);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user