Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/arm/stm32: convert error to warning when CCM is not enabled
User may set CONFIG_MM_REGIONS=1 on purpose to disable CCM. This is a completely normal system config and should not be treated as error. I found this problem trying to run Renode with stm32f4discovery/nsh but Renode doesn't support CCM so we have to disable it
- Loading branch information