OpenBLT: disable BOOT_CPU_USER_PROGRAM_START_HOOK for all supported boards (#4158)

We do not use it.
This commit is contained in:
Andrey G 2022-05-10 13:15:46 +03:00 committed by GitHub
parent 99c29d624f
commit 39bf967e70
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
/** \brief Motorola or Intel style byte ordering. */
#define BOOT_CPU_BYTE_ORDER_MOTOROLA (0)
/** \brief Enable/disable hook function call right before user program start. */
#define BOOT_CPU_USER_PROGRAM_START_HOOK (1)
#define BOOT_CPU_USER_PROGRAM_START_HOOK (0)
/****************************************************************************************

View File

@ -50,7 +50,7 @@
/** \brief Motorola or Intel style byte ordering. */
#define BOOT_CPU_BYTE_ORDER_MOTOROLA (0)
/** \brief Enable/disable hook function call right before user program start. */
#define BOOT_CPU_USER_PROGRAM_START_HOOK (1)
#define BOOT_CPU_USER_PROGRAM_START_HOOK (0)
/****************************************************************************************

View File

@ -50,7 +50,7 @@
/** \brief Motorola or Intel style byte ordering. */
#define BOOT_CPU_BYTE_ORDER_MOTOROLA (0)
/** \brief Enable/disable hook function call right before user program start. */
#define BOOT_CPU_USER_PROGRAM_START_HOOK (1)
#define BOOT_CPU_USER_PROGRAM_START_HOOK (0)
/****************************************************************************************