mbox series

[v1,0/1] hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2

Message ID 20210210142048.3125878-1-edgar.iglesias@gmail.com (mailing list archive)
Headers show
Series hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2 | expand

Message

Edgar E. Iglesias Feb. 10, 2021, 2:20 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

This is a minor clean-up making it a little easier to play around
with different CPU configurations.

Cheers,
Edgar

Edgar E. Iglesias (1):
  hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2

 hw/arm/xlnx-versal.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Maydell Feb. 11, 2021, 11:36 a.m. UTC | #1
On Wed, 10 Feb 2021 at 14:20, Edgar E. Iglesias
<edgar.iglesias@gmail.com> wrote:
>
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> This is a minor clean-up making it a little easier to play around
> with different CPU configurations.
>
> Cheers,
> Edgar
>
> Edgar E. Iglesias (1):
>   hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2

Applied to target-arm.next, thanks.
PS: you don't really need a cover letter for single patches...

-- PMM