File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -323,8 +323,6 @@ int main() {
323323 printf ("Someone updated into me\n" );
324324 if (boot_info .reboot_params [0 ]) printf ("Flash update base was %x\n" , boot_info .reboot_params [0 ]);
325325 if (boot_info .tbyb_and_update_info ) printf ("Update info %x\n" , boot_info .tbyb_and_update_info );
326- if (always -> zero_init .tbyb_flag_flash_addr ) printf ("TBYB flash address is %x\n" , always -> zero_init .tbyb_flag_flash_addr );
327- if (always -> zero_init .version_downgrade_erase_flash_addr ) printf ("TBYB erase address is %x\n" , always -> zero_init .version_downgrade_erase_flash_addr );
328326 ret = rom_explicit_buy (workarea , sizeof (workarea ));
329327 if (ret ) printf ("Buy returned %d\n" , ret );
330328 ret = rom_get_boot_info (& boot_info );
You can’t perform that action at this time.
0 commit comments