mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
GAS bug (again)
This commit is contained in:
parent
fe00453885
commit
08cfcf6313
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#define PM_DEVFN CONFIG_ADDR(0, 0, 0)
|
||||
.type chipsetinit_start, @function
|
||||
|
||||
jmpl chipsetinit_start
|
||||
jmp chipsetinit_start
|
||||
/* table of settings for initial registers */
|
||||
/* format is register #, and value, OR value */
|
||||
register_table:
|
||||
|
|
Loading…
Add table
Reference in a new issue