summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2017-05-11 14:14:48 +0800
committerzwei4 <david.wei@intel.com>2017-05-11 14:14:48 +0800
commit9085457c819add4d580882a047f49c22859833ac (patch)
treef9791adebee1a60954dd8513d95a6897ebe7ec94 /Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
parentb48d585a213b1dbb925ac108fe7235cd087bc5c0 (diff)
downloadedk2-platforms-9085457c819add4d580882a047f49c22859833ac.tar.xz
Fix some GCC build errors.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
index d27569a05c..e5e9c9319a 100644
--- a/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
+++ b/Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c
@@ -631,15 +631,15 @@ InitPlatformResolution (
)
{
PANEL_RESOLUTION PanelResolution[] = {
- 0, 0, 0, // Native Mode, Find the highest resolution which GOP supports.
- 1, 640, 480,
- 2, 800, 600,
- 3, 1024, 768,
- 4, 1280, 1024,
- 5, 1366, 768,
- 6, 1680, 1050,
- 7, 1920, 1200,
- 8, 1280, 800,
+ {0, 0, 0}, // Native Mode, Find the highest resolution which GOP supports.
+ {1, 640, 480},
+ {2, 800, 600},
+ {3, 1024, 768},
+ {4, 1280, 1024},
+ {5, 1366, 768},
+ {6, 1680, 1050},
+ {7, 1920, 1200},
+ {8, 1280, 800}
};
//