Remove insignificant unused spd_devices arrays.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@1011 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Peter Stuge 2008-11-13 01:04:35 +00:00
commit 35b5759efb
3 changed files with 0 additions and 9 deletions

View file

@ -143,9 +143,6 @@ static void mb_gpio_init(void)
*/
int main(void)
{
u8 smb_devices[] = {
DIMM0, DIMM1
};
printk(BIOS_DEBUG, "Hi there from stage1\n");
post_code(POST_START_OF_MAIN);

View file

@ -125,9 +125,6 @@ int main(void)
{
void dumplxmsrs(void);
u8 smb_devices[] = {
DIMM0, DIMM1
};
printk(BIOS_DEBUG, "Hi there from stage1\n");
post_code(POST_START_OF_MAIN);

View file

@ -133,9 +133,6 @@ static void mb_gpio_init(void)
*/
int main(void)
{
u8 smb_devices[] = {
DIMM0, DIMM1
};
printk(BIOS_DEBUG, "Hi there from stage1\n");
post_code(POST_START_OF_MAIN);