diff options
author | raywu <raywu@aaeon.com> | 2018-07-04 08:39:46 +0800 |
---|---|---|
committer | raywu <raywu@aaeon.com> | 2018-07-04 08:39:46 +0800 |
commit | c22c80ccaa347d83d18e0a0e08b60d55b80d8553 (patch) | |
tree | d4d3eb3eed604e61ebb7a3b0b926695979ce997b /Board/EM/Platform | |
parent | b2f42f4aa16c4adb94fcd02df7192d1263045e61 (diff) | |
download | zprj-c22c80ccaa347d83d18e0a0e08b60d55b80d8553.tar.xz |
Adjust BIOS Default / SATA Mode set to Legacy IDE as default
Diffstat (limited to 'Board/EM/Platform')
-rw-r--r-- | Board/EM/Platform/AcpiPlatform.sd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Board/EM/Platform/AcpiPlatform.sd b/Board/EM/Platform/AcpiPlatform.sd index 1439c7f..7fe3d40 100644 --- a/Board/EM/Platform/AcpiPlatform.sd +++ b/Board/EM/Platform/AcpiPlatform.sd @@ -523,8 +523,8 @@ oneof varid = SETUP_DATA.NativeAspmEnable,\ prompt = STRING_TOKEN(STR_NATIVE_ASPM_PROMPT),\ help = STRING_TOKEN(STR_NATIVE_ASPM_HELP),\ - option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = RESET_REQUIRED, key = 0;\ - option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED, key = 0;\ + option text = STRING_TOKEN(STR_DISABLED), value = 0, flags = DEFAULT | MANUFACTURING | RESET_REQUIRED, key = 0;\ + option text = STRING_TOKEN(STR_ENABLED), value = 1, flags = RESET_REQUIRED, key = 0;\ endoneof; #if PTID_SUPPORT |