commit | b87b13f6b30564171e79adebbe1c7305380f92fe | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 16 09:37:37 2017 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Feb 20 14:57:42 2017 +0000 |
tree | 0dfecd5f48ea54e08d76d2e254e56ad17c67da05 | |
parent | 44d1e486d8491ef0e48d3f2f22a6a332f125f23d [diff] |
stm32f205: Rename 'nvic' local to 'armv7m' The local variable 'nvic' in stm32f205_soc_realize() no longer holds a direct pointer to the NVIC device; it is a pointer to the ARMv7M container object. Rename it 'armv7m' accordingly. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>