diff options
Diffstat (limited to 'util/nvramtool/lbtable.c')
-rw-r--r-- | util/nvramtool/lbtable.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/nvramtool/lbtable.c b/util/nvramtool/lbtable.c index 176085228f..05d70c2929 100644 --- a/util/nvramtool/lbtable.c +++ b/util/nvramtool/lbtable.c @@ -1,6 +1,5 @@ /*****************************************************************************\ * lbtable.c - * $Id$ ***************************************************************************** * Copyright (C) 2002-2005 The Regents of the University of California. * Produced at the Lawrence Livermore National Laboratory. @@ -582,6 +581,10 @@ static void process_cmos_table (void) cmos_entry.config = CMOS_ENTRY_RESERVED; break; + case 's': + cmos_entry.config = CMOS_ENTRY_STRING; + break; + default: fprintf(stderr, "%s: Entry in CMOS option table has unknown config " |