summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-05-26 18:38:46 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-26 15:18:26 -0300
commitb8d7aec6bcaa37229794ee96afe51f9e3c198435 (patch)
tree77fc0a9fea346bdc68c2ccc557e27517c4e77308
parent306b6419fa71077560f7b8f539c417ff60e109bb (diff)
downloadmeta-freescale-b8d7aec6bcaa37229794ee96afe51f9e3c198435.tar.gz
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 <sno@netbsd.org>
-rw-r--r--recipes-bsp/atf/atf_git.bb3
1 files changed, 3 insertions, 0 deletions
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() {
133 rcwimg="RR_FFSSPPPH_1133_5559/rcw_1600_qspiboot_sben.bin" 133 rcwimg="RR_FFSSPPPH_1133_5559/rcw_1600_qspiboot_sben.bin"
134 fi 134 fi
135 ;; 135 ;;
136 auto)
137 rcwimg="${RCWAUTO}${rcwtemp}.bin"
138 ;;
136 sd) 139 sd)
137 rcwimg="${RCWSD}${rcwtemp}.bin" 140 rcwimg="${RCWSD}${rcwtemp}.bin"
138 ;; 141 ;;