1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 07:02:34 +02:00

dmi: Remove nonsense guard; Makefile handles it

Change-Id: If4216be1f9ed308e4580c36d0356480e637ffc82
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/28715
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Nico Huber 2018-09-23 17:45:59 +02:00
parent f56607e66b
commit 3a41e2a27e

4
dmi.c
View File

@ -34,8 +34,6 @@
#include "flash.h"
#include "programmer.h"
#if defined(__i386__) || defined(__x86_64__)
/* Enable SMBIOS decoding. Currently legacy DMI decoding is enough. */
#define SM_SUPPORT 0
@ -481,5 +479,3 @@ int dmi_match(const char *pattern)
return 0;
}
#endif // defined(__i386__) || defined(__x86_64__)