summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.xpl1
-rwxr-xr-xscripts/dtc/pylibfdt/setup.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.xpl b/scripts/Makefile.xpl
index 03a2f151d91..3e940bf562d 100644
--- a/scripts/Makefile.xpl
+++ b/scripts/Makefile.xpl
@@ -390,7 +390,6 @@ $(obj)/$(BOARD)-spl.bin: $(obj)/u-boot-spl.bin
endif
$(obj)/u-boot-spl.ldr: $(obj)/u-boot-spl
- $(CREATE_LDR_ENV)
$(LDR) -T $(CONFIG_LDR_CPU) -c $@ $< $(LDR_FLAGS)
$(BOARD_SIZE_CHECK)
diff --git a/scripts/dtc/pylibfdt/setup.py b/scripts/dtc/pylibfdt/setup.py
index 0f7485de9b5..fb2106be0f0 100755
--- a/scripts/dtc/pylibfdt/setup.py
+++ b/scripts/dtc/pylibfdt/setup.py
@@ -158,7 +158,6 @@ setup(
long_description_content_type="text/plain",
url="https://git.kernel.org/pub/scm/utils/dtc/dtc.git",
license="GPL-2.0-or-later OR BSD-2-Clause",
- license_files=["Licenses/gpl-2.0.txt", "Licenses/bsd-2-clause.txt"],
classifiers=[
"Programming Language :: Python :: 3",