diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-11-14 22:20:16 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-11-14 22:20:16 +0000 | 
| commit | c2463a8709e5b3a5ce54c09d35b4820a756b0fc5 (patch) | |
| tree | 2ffc551e57f0545a17c165d729c1438a26236f60 /source/compiler/aslmain.c | |
| parent | 31aa864e8c068201d58aad3a8f82ddb51df11015 (diff) | |
Notes
Diffstat (limited to 'source/compiler/aslmain.c')
| -rw-r--r-- | source/compiler/aslmain.c | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/source/compiler/aslmain.c b/source/compiler/aslmain.c index 09eb9fcf702e..c832211544ed 100644 --- a/source/compiler/aslmain.c +++ b/source/compiler/aslmain.c @@ -100,7 +100,7 @@ AslDoResponseFile (  #define ASL_TOKEN_SEPARATORS    " \t\n" -#define ASL_SUPPORTED_OPTIONS   "@:2b|c|d^D:e:fgh^i|I:l^m:no|p:P^r:s|t|T:G^v^w|x:z" +#define ASL_SUPPORTED_OPTIONS   "@:b|c|d^D:e:fgh^i|I:l^m:no|p:P^r:s|t|T:G^v^w|x:z"  /******************************************************************************* @@ -171,7 +171,6 @@ Options (      ACPI_OPTION ("-dc [file]",      "Disassemble AML and immediately compile it");      ACPI_OPTION ("",                "(Obtain DSDT from current system if no input file)");      ACPI_OPTION ("-e  [f1,f2]",     "Include ACPI table(s) for external symbol resolution"); -    ACPI_OPTION ("-2",              "Emit ACPI 2.0 compatible ASL code");      ACPI_OPTION ("-g",              "Get ACPI tables and write to files (*.dat)");      ACPI_OPTION ("-vt",             "Dump binary table data in hex format within output file"); @@ -473,11 +472,6 @@ AslDoOptions (          break; -    case '2':   /* ACPI 2.0 compatibility mode */ -        Gbl_Acpi2 = TRUE; -        break; - -      case 'b':   /* Debug output options */          switch (AcpiGbl_Optarg[0])          { | 
