diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-11-25 15:24:24 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-11-25 15:24:24 +0000 |
commit | d5795f3d5c6b946639f2f3b0fc6788a8e4ec85fc (patch) | |
tree | 2e3de875597e17f164ba9e40e4bd42371a992538 /src/mainboard/island/aruma/mptable.c | |
parent | 7d5c7a7f1794cf846f2b62813c81f0f2a0ac5b54 (diff) |
island goes agami
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2103 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/island/aruma/mptable.c')
-rw-r--r-- | src/mainboard/island/aruma/mptable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/island/aruma/mptable.c b/src/mainboard/island/aruma/mptable.c index ce256e37f8..b598a79524 100644 --- a/src/mainboard/island/aruma/mptable.c +++ b/src/mainboard/island/aruma/mptable.c @@ -31,7 +31,7 @@ unsigned get_apicid_base(unsigned ioapic_num) void *smp_write_config_table(void *v) { static const char sig[4] = "PCMP"; - static const char oem[8] = "ISLAND "; + static const char oem[8] = "AGAMI "; static const char productid[12] = "ARUMA "; struct mp_config_table *mc; int i; |