Fix x86_64 compiler.

This commit is contained in:
2017-03-17 22:27:06 +01:00
parent 68aeb3c211
commit 3ac7fbe46c
5 changed files with 49 additions and 367 deletions

View File

@@ -19,6 +19,7 @@ echo "BR_STAGING: ${BR_STAGING}"
echo "BR_PROJECT: " ${BR_PROJECT}
# Generate uboot scripts
if [ -d ${AW_PROJECT}/uboot/ ]; then
for cmd_file in `ls ${BR_PROJECT}/uboot/*.cmd`
do
echo "uboot script: $cmd_file"
@@ -27,6 +28,7 @@ do
echo "cmd: $MKIMAGE -C none -A arm -T script -d ${cmd_file} ${BINARIES_DIR}/${name}.scr"
$MKIMAGE -C none -A arm -T script -d ${cmd_file} ${BINARIES_DIR}/${name}.scr
done
fi
# Copy the overlay of the target.
if [ -d ${PROJECT}/ovl ]; then