zero warnings days: unify mp tables. fix warnings.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5448 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
e46c1c85c9
commit
d6532116c9
@@ -27,7 +27,7 @@
|
||||
static void *smp_write_config_table(void *v)
|
||||
{
|
||||
static const char sig[4] = "PCMP";
|
||||
static const char oem[8] = "Intel ";
|
||||
static const char oem[8] = "COREBOOT";
|
||||
static const char productid[12] = "Truxton ";
|
||||
struct mp_config_table *mc;
|
||||
u8 bus_num;
|
||||
|
Reference in New Issue
Block a user