Fixes for leadtek enet.
fixes for crt0.S
This commit is contained in:
parent
5b237f3832
commit
a19592ed2f
2 changed files with 32 additions and 0 deletions
|
|
@ -1,4 +1,9 @@
|
|||
#include <printk.h>
|
||||
|
||||
void
|
||||
mainboard_fixup(void)
|
||||
{
|
||||
void southbridge_fixup(void);
|
||||
southbridge_fixup();
|
||||
printk(KERN_INFO "Mainboard fixup done for Winfast 6300 (and similar)\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue