From c22c80ccaa347d83d18e0a0e08b60d55b80d8553 Mon Sep 17 00:00:00 2001 From: raywu Date: Wed, 4 Jul 2018 08:39:46 +0800 Subject: Adjust BIOS Default / SATA Mode set to Legacy IDE as default --- Board/EM/Platform/AcpiPlatform.sd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Board/EM/Platform') 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 -- cgit v1.2.3