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:
Stefan Reinauer 2007-04-28 10:55:36 +00:00
parent a0883fb5c8
commit 121c2990e0

View file

@ -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;