Signed-off-by: Stephan Baerwolf <stephan.baerwolf@tu-ilmenau.de>
* to erase itself from the bootregion
*/
-#define HAVE_BLB11_SOFTW_BACKDOOR 1
-/*
- * When "HAVE_BLB11_SOFTW_LOCKBIT" is enabled, this backdoor will allow writing
- * to the BLS while JUMPER stays low. (keeps be pressed)
- * If JUMPER is released (and after a short debouncing period) repressing it
- * will have NO affect on disabling the writelock.
- */
-
#define HAVE_DOSPM_TUNNELCMD 1
/*
* When enabled, "HAVE_DOSPM_TUNNELCMD" will implement an PROGMEM ARRAY
for(i = 0; i < len;){
#if HAVE_BLB11_SOFTW_LOCKBIT
if (CURRENT_ADDRESS >= (addr_t)(BOOTLOADER_ADDRESS)) {
-#if HAVE_BLB11_SOFTW_BACKDOOR
- if (!((stayinloader >= 0x10) && (bootLoaderCondition()))) return 1;
-#else
- return 1;
-#endif
}
#endif
i += 2;