commit | 9cf4cab53d8c6116fa7d3205da8c2a47cca58f5e | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Tue Jun 09 09:25:51 2020 +0900 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Tue Jun 09 10:38:36 2020 +0200 |
tree | d4ed95335d358ea318e94cb54a391fd825574f21 | |
parent | 6098f099ca3cbed5bfbf1b87dfea79ad22986ee3 [diff] |
soc: arm: Fix header inclusion from deprecated paths This commit fixes Cortex-M header inclusions from the deprecated paths. The Cortex-M headers were relocated from `include/arch/arm/cortex_m` to `include/arch/arm/aarch32/cortex_m` by the refactoring done in the commit d048faacf234061f6fb70e4926446268a68442bd. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>