mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
vl: remove unnecessary #ifdef CONFIG_TPM
a stub is now provided. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Richard W.M. Jones <rjones@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
3fdde7e0ac
commit
2f0a115333
1 changed files with 0 additions and 2 deletions
2
vl.c
2
vl.c
|
@ -4624,11 +4624,9 @@ int main(int argc, char **argv, char **envp)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_TPM
|
||||
if (tpm_init() < 0) {
|
||||
exit(1);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* init the bluetooth world */
|
||||
if (foreach_device_config(DEV_BT, bt_parse))
|
||||
|
|
Loading…
Add table
Reference in a new issue