mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
Since v2.2 release (commits 8cc36aec912 "doc: De-duplicate readme and license files" and 9f1622b018ab "doc: Move content out of readme and create new index page "), the license.rst file at the root of the git repo is only telling to look at docs/license.rst file. Let's point the ARM_TRUSTED_FIRMWARE_LICENSE_FILES to the correct file and modify the .hash file accordingly. The comment has also been wrong since we bumped from version 1.4 to 2.2 in commita757d173f1(boot/arm-trusted-firmware: bump to version 2.2). Drop referencing an explicit version, so that is is never wrong again. Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> [yann.morin.1998@free.fr: also fix the comment.] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit8354176915) [Peter: update hash for v2.4] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>