scripts/image: send all u-boot output to stdout

This commit is contained in:
MilhouseVH 2020-01-18 09:29:38 +00:00
parent 50e6f13896
commit ecbbddd3d6

View File

@ -330,7 +330,7 @@ if [ "${1}" = "release" -o "${1}" = "mkimage" -o "${1}" = "noobs" ]; then
# Re-install u-boot package
rm ${STAMPS_INSTALL}/u-boot/install_target
UBOOT_SYSTEM="${UBOOT_SYSTEM}" ${SCRIPTS}/install u-boot
UBOOT_SYSTEM="${UBOOT_SYSTEM}" ${SCRIPTS}/install u-boot 2>&1
# Re-run bootloader/release
if find_file_path bootloader/release ${BOOTLOADER_DIR}/release; then