mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
small left over from renaming the option table option (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@294 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
a0883fb5c8
commit
121c2990e0
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ int get_option(void *dest, char *name)
|
|||
if(!rtc_checksum_valid(LB_CKS_RANGE_START,
|
||||
LB_CKS_RANGE_END,LB_CKS_LOC))
|
||||
return(-4);
|
||||
#if USE_OPTION_TABLE == 1
|
||||
#if defined(CONFIG_OPTION_TABLE) && (CONFIG_OPTION_TABLE == 1)
|
||||
return(0);
|
||||
#else
|
||||
return -2;
|
||||
|
|
Loading…
Add table
Reference in a new issue