fix mistaken clear of ColdFire vector table

This commit is contained in:
Markus Fröschle
2017-04-15 08:07:20 +00:00
parent ff6bdc9512
commit 31e38eb8e0

View File

@@ -475,10 +475,6 @@ void BaS(void)
sd_card_init();
/*
* memory setup
*/
memset((void *) 0x200, 0, 0x400);
#if defined(MACHINE_FIREBEE)
/* set Falcon bus control register */
@@ -490,6 +486,7 @@ void BaS(void)
/*
* FireTOS wants to have the TOS system variables cleared
* Do the same for EmuTOS. "warm resets" don't seem to be reliable
* Exception vector table extends to 0x3ff
*/
memset((void *) 0x400, 0, 0x400);