mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
removed unmatched #endif
This commit is contained in:
parent
75c44f063b
commit
2ce191a0ed
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ check_row_column:
|
||||||
|
|
||||||
addw %cx, %si # sdram_type_bank[column + row * 4]
|
addw %cx, %si # sdram_type_bank[column + row * 4]
|
||||||
movb -52(%si), %cl # sdram_type_bank[column + row * 4 - 52]
|
movb -52(%si), %cl # sdram_type_bank[column + row * 4 - 52]
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef SIZE_ALL
|
#ifdef SIZE_ALL
|
||||||
movb %ah, %bh # Restore DIMM slot number from AH to BH
|
movb %ah, %bh # Restore DIMM slot number from AH to BH
|
||||||
|
|
Loading…
Add table
Reference in a new issue