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:
parent
fbff7d2fd0
commit
35b5759efb
3 changed files with 0 additions and 9 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue