bamboo, sam460ex: Tidy up error message for unsupported RAM size
commit0f1eddf5ed7e35d8d16dfa042ced1107c762cec4
authorMarkus Armbruster <armbru@redhat.com>
Wed, 22 Apr 2020 13:48:14 +0000 (22 15:48 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 29 Apr 2020 06:01:52 +0000 (29 08:01 +0200)
treeeb87820f3efbbbe3b517ea426478a087cd13ca99
parentf26740c61a57f1a1556f79a49c6863479fe5aa6b
bamboo, sam460ex: Tidy up error message for unsupported RAM size

Improve

    $ ppc-softmmu/qemu-system-ppc -M sam460ex -m 4096
    qemu-system-ppc: Max 1 banks of 2048 ,1024 ,512 ,256 ,128 ,64 ,32 MB DIMM/bank supported
    qemu-system-ppc: Possible valid RAM size: 2048

to

    qemu-system-ppc: at most 1 bank of 2048, 1024, 512, 256, 128, 64, 32 MiB each supported
    Possible valid RAM size: 1024 MiB

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200422134815.1584-4-armbru@redhat.com>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/ppc/ppc4xx_devs.c