You've already forked hardkernel-uboot
mirror of
https://github.com/archr-linux/hardkernel-uboot.git
synced 2026-03-31 15:05:07 -07:00
TEST: ./make.sh rk3308 CONFIG: CONFIG_SPL_EFI_PARTITION CONFIG_SPL_LIBDISK_SUPPORT Error message: disk/part_efi.c:1219:11: error: ‘part_test_efi’ undeclared here (not in a function) .test = part_test_efi, disk/part_efi.c:1182:12: error: ‘is_pte_valid’ defined but not used [-Werror=unused-function] static int is_pte_valid(gpt_entry * pte) ...... Change-Id: I231511eb54d998151aadff68f19db7ee8127f122 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>