Release announcement: https://lists.denx.de/pipermail/u-boot/2025-October/599798.html Changelog: https://github.com/u-boot/u-boot/compare/v2025.07...v2025.10 With upstream commit a239b0b0b6db ("Add symlink from gpl-2.0.txt to a COPYING file"), COPYING is now a symlink to Licenses/gpl-2.0.txt, causing the install command in UBOOT_COPY_OLD_LICENSE_FILE to fail because the source and destination refer to the same file. To avoid this, copy the license file only if Licenses/gpl-2.0.txt does not already exist. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>