make.sh: use "atf-1" to check uboot.img

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I49004f1dac8eaedd11c449ab7f6e6fba7c0605c4
This commit is contained in:
Joseph Chen 2020-11-14 04:15:07 +00:00 committed by Jianhong Chen
parent 7d70ffaead
commit cab35d601e
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ function pack_fit_image()
${SCRIPT_FIT} ${ARG_LIST_FIT}
if [ "${ARM64_TRUSTZONE}" == "y" ]; then
if ! fdtget -l uboot.img /images/atf@1 >/dev/null 2>&1 ; then
if ! fdtget -l uboot.img /images/atf-1 >/dev/null 2>&1 ; then
echo -e "\nERROR: Invalid uboot.img, please install: \"pip install pyelftools\""
echo
exit 1