UefiPayloadPkg: Remove duplicate library and file name in INF file In SpiFlashLib driver, BaseLib appears twice in [LibraryClasses] section, so remove the duplicate one. In PayloadLoaderPeim driver, ElfLib/ElfLibInternal.h appears twice in [Sources] section, so remove the duplicate one. Signed-off-by: Qihang Gao <gaoqihang@loongson.cn>