From: Jens Rehsack Date: Tue, 26 May 2020 16:38:46 +0000 (+0200) Subject: atf_git: add support for chosing boot device automatically X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b8d7aec6bcaa37229794ee96afe51f9e3c198435;p=meta-freescale.git atf_git: add support for chosing boot device automatically QorIQ platforms have to choose the boot device in rcw. Solid-Run created an RCW snippet which is able to detect the boot device by checking all and use first available. Signed-off-by: Jens Rehsack --- diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb index 7b8e4c9f..2b673964 100644 --- a/recipes-bsp/atf/atf_git.bb +++ b/recipes-bsp/atf/atf_git.bb @@ -133,6 +133,9 @@ do_compile() { rcwimg="RR_FFSSPPPH_1133_5559/rcw_1600_qspiboot_sben.bin" fi ;; + auto) + rcwimg="${RCWAUTO}${rcwtemp}.bin" + ;; sd) rcwimg="${RCWSD}${rcwtemp}.bin" ;;