Skip to content

Conversation

@PetervdPerk-NXP
Copy link
Contributor

SOC_RESET_HOOK is already too late because the code touches ram already instead use the newer SOC_EARLY_RESET_HOOK so we can do ECC initialization before using the memory.

@manuargue this fixes startup instability with CONFIG_DEBUG_THREAD_INFO=y because now ECC RAM gets initialized correctly before that code touches the ram.

SOC_RESET_HOOK is already too late because the code touches ram already
instead use the newer SOC_EARLY_RESET_HOOK so we can do ECC
initialization before using the memory

Signed-off-by: Peter van der Perk <[email protected]>
@sonarqubecloud
Copy link

Copy link
Member

@manuargue manuargue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants