reintroduced setting TOS "magic values" for RAM to avoid FireTOS RAM test and speed up boot
This commit is contained in:
@@ -183,10 +183,6 @@ void BaS(void)
|
||||
pic_init();
|
||||
nvram_init();
|
||||
|
||||
sd_card_init();
|
||||
|
||||
flasher_load("BASFLASH.S19");
|
||||
|
||||
xprintf("copy EmuTOS: ");
|
||||
|
||||
/* copy EMUTOS */
|
||||
@@ -244,6 +240,8 @@ void BaS(void)
|
||||
|
||||
xprintf("finished\r\n");
|
||||
|
||||
sd_card_init();
|
||||
flasher_load("BASFLASH.S19");
|
||||
|
||||
/*
|
||||
* memory setup
|
||||
|
||||
Reference in New Issue
Block a user