mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix a typo.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3629 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
bdb96f8abe
commit
248a7df94a
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ void *smp_write_config_table(void *v)
|
|||
static const char oem[8] = "ATI ";
|
||||
static const char productid[12] = "DBM690T ";
|
||||
struct mp_config_table *mc;
|
||||
int j;
|
||||
|
||||
mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
|
||||
memset(mc, 0, sizeof(*mc));
|
||||
|
|
Loading…
Add table
Reference in a new issue