mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
trivial: print a message on return. fix typo Rom -> ROM.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1174 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
6ba3690811
commit
a540ae536e
1 changed files with 2 additions and 1 deletions
|
@ -149,8 +149,9 @@ void run_bios(struct device *dev, unsigned long addr)
|
|||
printk(BIOS_SPEW, "Real mode stub @%p: %d bytes\n", REALMODE_BASE,
|
||||
(u32)&__realmode_code_size);
|
||||
|
||||
printk(BIOS_DEBUG, "Calling Option Rom...\n");
|
||||
printk(BIOS_DEBUG, "Calling Option ROM...\n");
|
||||
run_optionrom((dev->bus->secondary << 8) | dev->path.pci.devfn);
|
||||
printk(BIOS_DEBUG, "... Option ROM returned.\n");
|
||||
}
|
||||
|
||||
int __attribute__((regparm(0))) interrupt_handler(u32 intnumber,
|
||||
|
|
Loading…
Add table
Reference in a new issue