From 9085457c819add4d580882a047f49c22859833ac Mon Sep 17 00:00:00 2001 From: zwei4 Date: Thu, 11 May 2017 14:14:48 +0800 Subject: Fix some GCC build errors. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 --- .../Common/PlatformSettings/PlatformDxe/Platform.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Common/PlatformSettings/PlatformDxe/Platform.c') 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} }; // -- cgit v1.2.3