summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-07-21 09:16:59 -0400
committerTom Rini <[email protected]>2022-07-21 09:16:59 -0400
commit2996b6405e9522082b53ded0392438830ad6c43a (patch)
tree4e506d1f8134ece5255b343214966f781fdf9ed6 /scripts
parent88d931a71052fc8fb7b48126ae09aa875745d5ec (diff)
parentca85b5a146ebfd6da81f4b79e4b51eb9c5d6f60b (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell
- turris: Misc updates (Pali) - mvebu: handle non-zero base address for RAM (Chris) - mvebu: add support for Methode eDPU (Robert) - mvebu: a3720: Set BOOT_TARGET_DEVICES list to enabled peripherals (Pali) - tlv_eeprom: Add missing CRC32 dependency (Pali) - treewide: Fix Marek's name and change my e-mail address (Marek) - mvebu: eDPU/uDPU: Misc updates (Robert) - mvebu: Avoid reading MVEBU_REG_PCIE_DEVID register too many times (Pali)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_ll_addressable_symbols.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_ll_addressable_symbols.sh b/scripts/gen_ll_addressable_symbols.sh
index b8840dd0113..d0864804aaf 100755
--- a/scripts/gen_ll_addressable_symbols.sh
+++ b/scripts/gen_ll_addressable_symbols.sh
@@ -1,6 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0+
-# Copyright (C) 2020 Marek BehĂșn <[email protected]>
+# Copyright (C) 2020 Marek BehĂșn <[email protected]>
# Generate __ADDRESSABLE(symbol) for every linker list entry symbol, so that LTO
# does not optimize these symbols away