mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
missing newline at end of file.
bad syntax for else defined in ipl.S ipl.S won't assemble on redhat 7.2, looks like YARB (Yet Another Redhat Bug)
This commit is contained in:
parent
2360367365
commit
cda99b4425
2 changed files with 3 additions and 2 deletions
|
@ -86,4 +86,5 @@ doc_delay:
|
|||
loop 0b # four times
|
||||
ret
|
||||
|
||||
doc_mil_end:
|
||||
doc_mil_end:
|
||||
|
||||
|
|
|
@ -222,7 +222,7 @@ sis730ipl_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)
|
||||
#elsif defined(USE_DOC_MIL_PLUS)
|
||||
# include "rom/doc_mil_plus.inc"
|
||||
#endif
|
||||
#endif /* STD_FLASH */
|
||||
|
|
Loading…
Add table
Reference in a new issue