Re: [PATCH 2/2] hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off

2020-04-28 Thread Stefan Berger
On 4/28/20 6:36 AM, Cornelia Huck wrote: On Mon, 27 Apr 2020 16:31:45 +0200 Eric Auger wrote: Now that the tpm-tis-device device PPI property is off by default, we can remove the compat used for the same goal. Signed-off-by: Eric Auger --- hw/arm/virt.c | 5 - 1 file changed, 5 deleti

Re: [PATCH 2/2] hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off

2020-04-28 Thread Cornelia Huck
On Mon, 27 Apr 2020 16:31:45 +0200 Eric Auger wrote: > Now that the tpm-tis-device device PPI property is off by default, > we can remove the compat used for the same goal. > > Signed-off-by: Eric Auger > --- > hw/arm/virt.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git a/hw/arm/

[PATCH 2/2] hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off

2020-04-27 Thread Eric Auger
Now that the tpm-tis-device device PPI property is off by default, we can remove the compat used for the same goal. Signed-off-by: Eric Auger --- hw/arm/virt.c | 5 - 1 file changed, 5 deletions(-) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 7dc96abf72..2a68306f28 100644 --- a/hw/arm/v