From: Dandan Bi Date: Wed, 6 Jan 2016 00:55:12 +0000 (+0000) Subject: MdeModulePkg:Change the type of BootNext X-Git-Tag: edk2-stable201903~8103 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f79865264f58cc12e3ace3b83cbea1ee289a5e55;hp=f79865264f58cc12e3ace3b83cbea1ee289a5e55 MdeModulePkg:Change the type of BootNext Currently the invalid boot next set to the number of boot option, when add a new boot option,also need update the boot next value, otherwise it will be incorrect.Now set the type of BootNext value to UINT32,the number out of the range of UINT16 means it is an invalid BootNext Value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Eric Dong Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19591 6f19259b-4bc3-4df7-8a09-765794883524 ---