Skip to content

Commit

Permalink
meta-meson: VIM3L: u-boot: fix NVMe SSD loading failure
Browse files Browse the repository at this point in the history
Signed-off-by: Reeve Huang <[email protected]>
Change-Id: I8caa9b4f05803cb7d7bd7b2e6b6948d4caf6d05f
  • Loading branch information
khadas-Naruto committed Jan 2, 2025
1 parent 4921f46 commit 645c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/u-boot_2015.01.bb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ do_compile () {
LDFLAGS= ./mk ${UBOOT_TYPE%_config} ${BUILD_GPT_FLAG} --bl32 bl32/bl32_2.4/bin/${BL32_SOC_FAMILY}/bl32.img ${BL30_ARG} ${BL2_ARG} ${BL33_ARG}
fi
elif [ "${BL32_SOC_FAMILY}" = "g12a" ];then
LDFLAGS= ./mk ${UBOOT_TYPE%_config} --gpt --bl32 bl32/bl32_3.8/bin/${BL32_SOC_FAMILY}/bl32.img ${BL30_ARG} ${BL2_ARG}
LDFLAGS= ./mk ${UBOOT_TYPE%_config} --gpt ${BL30_ARG} ${BL2_ARG}
else
LDFLAGS= ./mk ${UBOOT_TYPE%_config} ${BUILD_GPT_FLAG} --bl32 bl32/bl32_3.8/bin/${BL32_SOC_FAMILY}/bl32.img ${BL30_ARG} ${BL2_ARG} ${BL33_ARG}
fi
Expand Down

0 comments on commit 645c19f

Please sign in to comment.