summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-08-22 14:21:51 +0800
committerGuo Mang <mang.guo@intel.com>2017-08-24 18:47:48 +0800
commit6c9d8b71de4af938e40160add4dafbf4cac392cd (patch)
tree83da78ec8cbe716cb8cc6583bf3be6a751714532 /Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe
parent99858dd36345505607eea07765cf06d16ae03806 (diff)
downloadedk2-platforms-6c9d8b71de4af938e40160add4dafbf4cac392cd.tar.xz
BroxtonPlatformPkg: Code cleanup
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
index ff594965f2..06dffcdfb7 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformSetupDxe/PlatformSetupDxe.c
@@ -148,6 +148,7 @@ LoadPlatformDefaultValues (
if (Private->FakeNvData.PmicSetupDefault == 1) {
Private->FakeNvData.EnableRenderStandby = FALSE;
}
+ break;
default:
break;
}