fix CK804 boards.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5360 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
8f2c616dbc
commit
0ff769baa5
@@ -314,7 +314,7 @@ static int ck804_early_setup_x(void)
|
|||||||
return set_ht_link_ck804(4);
|
return set_ht_link_ck804(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void hard_reset(void)
|
void hard_reset(void)
|
||||||
{
|
{
|
||||||
set_bios_reset();
|
set_bios_reset();
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@ static void hard_reset(void)
|
|||||||
outb(0x0e, 0x0cf9);
|
outb(0x0e, 0x0cf9);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void soft_reset(void)
|
void soft_reset(void)
|
||||||
{
|
{
|
||||||
set_bios_reset();
|
set_bios_reset();
|
||||||
|
|
||||||
|
@@ -339,7 +339,7 @@ static int ck804_early_setup_x(void)
|
|||||||
return set_ht_link_ck804(4);
|
return set_ht_link_ck804(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void hard_reset(void)
|
void hard_reset(void)
|
||||||
{
|
{
|
||||||
set_bios_reset();
|
set_bios_reset();
|
||||||
|
|
||||||
@@ -348,7 +348,7 @@ static void hard_reset(void)
|
|||||||
outb(0x0e, 0x0cf9);
|
outb(0x0e, 0x0cf9);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void soft_reset(void)
|
void soft_reset(void)
|
||||||
{
|
{
|
||||||
set_bios_reset();
|
set_bios_reset();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user