On 9/3/20 10:20 PM, Peter Maydell wrote: > Make the list of MPS2 boards consistent in the phrasing of each > entry, use the correct casing of "Arm", and move the mps2-an511 > entry so the list is in numeric order. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > docs/system/arm/mps2.rst | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/docs/system/arm/mps2.rst b/docs/system/arm/mps2.rst > index 7f2e9c8d52e..8c5b5f1fe07 100644 > --- a/docs/system/arm/mps2.rst > +++ b/docs/system/arm/mps2.rst > @@ -11,17 +11,17 @@ as seen by the guest depend significantly on the FPGA > image. > QEMU models the following FPGA images: > > ``mps2-an385`` > - Cortex-M3 as documented in ARM Application Note AN385 > + Cortex-M3 as documented in Arm Application Note AN385 > ``mps2-an386`` > - Cortex-M4 as documented in ARM Application Note AN386 > + Cortex-M4 as documented in Arm Application Note AN386 > ``mps2-an500`` > - Cortex-M7 as documented in ARM Application Note AN500 > -``mps2-an511`` > - Cortex-M3 'DesignStart' as documented in AN511 > + Cortex-M7 as documented in Arm Application Note AN500 > ``mps2-an505`` > - Cortex-M33 as documented in ARM Application Note AN505 > + Cortex-M33 as documented in Arm Application Note AN505 > +``mps2-an511`` > + Cortex-M3 'DesignStart' as documented in Arm Application Note AN511 > ``mps2-an521`` > - Dual Cortex-M33 as documented in Application Note AN521 > + Dual Cortex-M33 as documented in Arm Application Note AN521 > > Differences between QEMU and real hardware: > >