more code cleaning
This commit is contained in:
@@ -16,14 +16,13 @@ void BootMain(void);
|
||||
void InitializeSystem(void);
|
||||
|
||||
const unsigned int FlashSignatureWord __at(APP_SIGNATURE_ADDRESS) = APP_SIGNATURE_VALUE;
|
||||
//const unsigned int FlashSignatureWord __at(APP_SIGNATURE_ADDRESS) = APP_SIGNATURE_VALUE;
|
||||
|
||||
void main(void)
|
||||
{
|
||||
//BootMain();
|
||||
/**
|
||||
* TODO: implement hardware IO-based method for forcing entry into bootloader
|
||||
*/
|
||||
goto DoFlashSignatureCheck;
|
||||
|
||||
// normal operation: verify the firmware signature is valid. if it isn't enter
|
||||
// bootloader (fw update) mode so valid firmware can be flashed
|
||||
|
||||
Reference in New Issue
Block a user