diff options
author | Tom Rini <trini@konsulko.com> | 2021-07-07 13:34:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 13:34:42 -0400 |
commit | 7e58a3a148fb94e9ce09fb48d0ddd75c20ee7df9 (patch) | |
tree | 6a4edadac675129fe33da72bb6aa863b7e57f2e1 /tools | |
parent | 5b8a83551d339736af92c43524ed0e1ba01122af (diff) | |
parent | 880e4768c20b99b1f9a50f35c180f8522dd82c9a (diff) | |
download | u-boot-7e58a3a148fb94e9ce09fb48d0ddd75c20ee7df9.tar.gz u-boot-7e58a3a148fb94e9ce09fb48d0ddd75c20ee7df9.tar.bz2 u-boot-7e58a3a148fb94e9ce09fb48d0ddd75c20ee7df9.zip |
Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm
various minor sandbox improvements
Diffstat (limited to 'tools')
-rw-r--r-- | tools/patman/tools.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/patman/tools.py b/tools/patman/tools.py index e5f391b7aa..ec95a543bd 100644 --- a/tools/patman/tools.py +++ b/tools/patman/tools.py @@ -292,8 +292,6 @@ def GetTargetCompileTool(name, cross_compile=None): if cross_compile is None: cross_compile = env.get('CROSS_COMPILE', '') - if not cross_compile: - return name, [] if name in ('as', 'ar', 'nm', 'ldr', 'strip', 'objcopy', 'objdump'): target_name = cross_compile + name |