diff options
Diffstat (limited to 'tools/env/Makefile')
-rw-r--r-- | tools/env/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/env/Makefile b/tools/env/Makefile index 95a03c98e75..4633e0e72ba 100644 --- a/tools/env/Makefile +++ b/tools/env/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2002-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# # fw_printenv is supposed to run on the target system, which means it should be # built with cross tools. Although it may look weird, we only replace "HOSTCC" |