mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
This patch fixes the spurious warning we have been getting for this file.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@245 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
92a68191ba
commit
9201b6fc7a
1 changed files with 5 additions and 3 deletions
|
@ -488,9 +488,11 @@ var_mtrr_msr:
|
|||
|
||||
# Reset vector.
|
||||
|
||||
# RVECTOR: size of reset vector, default is 0x10
|
||||
# RESRVED: size of vpd code, default is 0xf0
|
||||
# BOOTBLK: size of bootblock code, default is 0x1f00 (8k-256b)
|
||||
/*
|
||||
RVECTOR: size of reset vector, default is 0x10
|
||||
RESRVED: size of vpd code, default is 0xf0
|
||||
BOOTBLK: size of bootblock code, default is 0x1f00 (8k-256b)
|
||||
*/
|
||||
|
||||
SEGMENT_SIZE = 0x10000
|
||||
RVECTOR = 0x00010
|
||||
|
|
Loading…
Add table
Reference in a new issue