mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
add newline to end of dll.inc
fix unused variables and put #ifdef around redo: label in docmil_fill_inbuf Fix #elseif type in ipl.S to #elif (why did CPP not have sane elseif?)
This commit is contained in:
parent
6ad1cb6448
commit
ff0423c085
4 changed files with 5 additions and 3 deletions
|
@ -222,7 +222,7 @@ sis630ipl_start:
|
|||
#include "unlock_flash.inc"
|
||||
#if defined(USE_DOC_MIL) || defined(USE_DOC_2000_TSOP)
|
||||
# include "rom/doc_mil.inc"
|
||||
#else defined(USE_DOC_MIL_PLUS)
|
||||
#elif defined(USE_DOC_MIL_PLUS)
|
||||
# include "rom/doc_mil_plus.inc"
|
||||
#endif
|
||||
#endif /* STD_FLASH */
|
||||
|
|
|
@ -72,7 +72,7 @@ static const initreg_t ide_init[] = {
|
|||
|
||||
void ide_fixup(void)
|
||||
{
|
||||
volatile int delay;
|
||||
|
||||
struct pci_dev *dev = pci_find_device(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_5513,
|
||||
(void *) NULL);
|
||||
int i;
|
||||
|
|
|
@ -56,7 +56,9 @@ reset_doc()
|
|||
int
|
||||
fill_inbuf(void)
|
||||
{
|
||||
#ifdef CHECK_DOC_MIL
|
||||
redo:
|
||||
#endif
|
||||
if (firstfill) {
|
||||
// it is possible that we can get in here and the
|
||||
// doc has never been reset. So go ahead and reset it again.
|
||||
|
|
Loading…
Add table
Reference in a new issue