x86: fsp: Use reset_cpu()
Now that reset_cpu() functions correctly, use it instead of directly accessing the port on boards that use a Firmware Support Package (FSP). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
ebebf05976
commit
410b10f1e3
@ -17,13 +17,6 @@ int print_cpuinfo(void)
|
||||
return default_print_cpuinfo();
|
||||
}
|
||||
|
||||
void reset_cpu(ulong addr)
|
||||
{
|
||||
/* cold reset */
|
||||
outb(0x06, PORT_RESET);
|
||||
}
|
||||
|
||||
|
||||
int board_pci_post_scan(struct pci_controller *hose)
|
||||
{
|
||||
u32 status;
|
||||
|
Loading…
Reference in New Issue
Block a user