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:
parent
7d70ffaead
commit
cab35d601e
2
make.sh
2
make.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue