nxp_imxrt1170-evk:Entry is start

This commit is contained in:
David Sidrane
2023-06-15 05:49:45 -07:00
parent 73b441e75f
commit a9544df6d1
2 changed files with 9 additions and 9 deletions
@@ -34,7 +34,7 @@ EXTERN(g_flash_config)
EXTERN(g_image_vector_table)
EXTERN(g_boot_data)
ENTRY(_stext)
ENTRY(__start)
SECTIONS
{
+8 -8
View File
@@ -254,15 +254,15 @@ __EXPORT int board_app_initialize(uintptr_t arg)
int ret = OK;
board_spi_reset(10, 0xffff);
/*
if (OK == board_determine_hw_info()) {
syslog(LOG_INFO, "[boot] Rev 0x%1x : Ver 0x%1x %s\n", board_get_hw_revision(), board_get_hw_version(),
board_get_hw_type_name());
if (OK == board_determine_hw_info()) {
syslog(LOG_INFO, "[boot] Rev 0x%1x : Ver 0x%1x %s\n", board_get_hw_revision(), board_get_hw_version(),
board_get_hw_type_name());
} else {
syslog(LOG_ERR, "[boot] Failed to read HW revision and version\n");
}
} else {
syslog(LOG_ERR, "[boot] Failed to read HW revision and version\n");
}
*/
px4_platform_init();
/* configure the DMA allocator */