From 6f2ef18e8097c4fa11dd6ff5fdd0152c2c61ffc5 Mon Sep 17 00:00:00 2001 From: Tim He Date: Tue, 4 Aug 2015 02:55:02 +0000 Subject: Vlv2TbltDevicePkg: Sync the branch changes to trunk. Support compatible board, and fixed some bugs. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He Reviewed-by: David Wei git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18149 6f19259b-4bc3-4df7-8a09-765794883524 --- Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c') diff --git a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c index 86cd67cea8..6b5d20ba57 100644 --- a/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c +++ b/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c @@ -370,6 +370,7 @@ ConfigurePlatformClocks ( switch (PlatformInfoHob->BoardId) { case BOARD_ID_MINNOW2: + case BOARD_ID_MINNOW2_COMPATIBLE: default: switch(PlatformInfoHob->PlatformFlavor) { case FlavorTablet: -- cgit v1.2.3