uboot: unbreak legal info for legacy versions
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Mar 2014 06:18:15 +0000 (07:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 25 Mar 2014 06:18:15 +0000 (07:18 +0100)
commit2e628372d34d9e77727185aaf47c82a439a22244
treefe5193deb8ba188c47fe4c13c51a20c5d60a715c
parent482757f537bc0364bf765f0da02310b6a48bf06e
uboot: unbreak legal info for legacy versions

Fixes #6986

Prior to u-boot 2013.10, the GPL license text was stored in COPYING and not
Licenses/gpl-2.0.txt, breaking legal-info.

Work around it by simply copying the file from the old location to the new
if present.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/uboot.mk