TMS570: Add some placeholders for missing logic; fix some conditional compilation

This commit is contained in:
Gregory Nutt
2015-12-29 09:30:37 -06:00
parent 7a0d6cd7ca
commit 416e01bbfa
+11 -1
View File
@@ -412,11 +412,21 @@ void arm_boot(void)
#ifdef CONFIG_TMS570_DCAN2
| SYS_MSIENA_DCAN2_RAM
#endif
#ifdef CONFIG_TMS570_MIBASPI1
#ifdef CONFIG_TMS570_MIBADC
| SYS_MSIENA_MIBADC_RAM
#endif
);
#ifdef CONFIG_TMS570_SELFTEST
/* Test the parity protection mechanism for peripheral RAMs */
#warning Missing logic
#endif
#ifdef CONFIG_TMS570_MIBASPI1
/* Wait for MibSPI1 RAM to complete initialization */
#warning Missing logic
#endif
/* Configure system response to error conditions */
tms570_esm_initialize();