export ARCH=arm64 # While building UEFI ARCH is unset
fi
echo"Building atf"
cd$ROOTDIR/build/atf/
make PLAT=lx2160acex7 clean
make -j${PARALLEL}PLAT=lx2160acex7 all fip pbl RCW=$ROOTDIR/build/rcw/lx2160acex7/RCW/template.bin TRUSTED_BOARD_BOOT=0 GENERATE_COT=0 BOOT_MODE=auto SECURE_BOOT=false