arm: Consistently use "Cortex-Axx", not "Cortex Axx"
The official punctuation for Arm CPU names uses a hyphen, like "Cortex-A9". We mostly follow this, but in a few places usage without the hyphen has crept in. Fix those so we consistently use the same way of writing the CPU name. This commit was created with: git grep -z -l 'Cortex ' | xargs -0 sed -i 's/Cortex /Cortex-/' Signed-off-by:Peter Maydell <peter.maydell@linaro.org> Reviewed-by:
Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by:
Richard Henderson <richard.henderson@linaro.org> Reviewed-by:
Alex Bennée <alex.bennee@linaro.org> Message-id: 20210527095152.10968-1-peter.maydell@linaro.org
Showing
- docs/system/arm/aspeed.rst 2 additions, 2 deletionsdocs/system/arm/aspeed.rst
- docs/system/arm/nuvoton.rst 3 additions, 3 deletionsdocs/system/arm/nuvoton.rst
- docs/system/arm/sabrelite.rst 1 addition, 1 deletiondocs/system/arm/sabrelite.rst
- hw/arm/aspeed.c 3 additions, 3 deletionshw/arm/aspeed.c
- hw/arm/mcimx6ul-evk.c 1 addition, 1 deletionhw/arm/mcimx6ul-evk.c
- hw/arm/mcimx7d-sabre.c 1 addition, 1 deletionhw/arm/mcimx7d-sabre.c
- hw/arm/npcm7xx_boards.c 2 additions, 2 deletionshw/arm/npcm7xx_boards.c
- hw/arm/sabrelite.c 1 addition, 1 deletionhw/arm/sabrelite.c
- hw/misc/npcm7xx_clk.c 1 addition, 1 deletionhw/misc/npcm7xx_clk.c
- include/hw/arm/allwinner-h3.h 1 addition, 1 deletioninclude/hw/arm/allwinner-h3.h
Please register or sign in to comment