From b8d7aec6bcaa37229794ee96afe51f9e3c198435 Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Tue, 26 May 2020 18:38:46 +0200 Subject: [PATCH] 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 --- recipes-bsp/atf/atf_git.bb | 3 +++ 1 file changed, 3 insertions(+) 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" ;; -- 2.40.1