u-boot-brain/arch/arm/mach-k3
Marek Behún 236f2ec432 treewide: Convert macro and uses of __section(foo) to __section("foo")
This commit does the same thing as Linux commit 33def8498fdd.

Use a more generic form for __section that requires quotes to avoid
complications with clang and gcc differences.

Remove the quote operator # from compiler_attributes.h __section macro.

Convert all unquoted __section(foo) uses to quoted __section("foo").
Also convert __attribute__((section("foo"))) uses to __section("foo")
even if the __attribute__ has multiple list entry forms.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-05-24 14:21:30 -04:00
..
include/mach board: ti: am64x: Add support for reading eeprom data 2021-05-12 16:32:44 +05:30
Kconfig board: ti: am64x: Add board support for am64x evm 2021-05-12 16:27:57 +05:30
Makefile arm: mach-k3: Add basic support for AM642 SoC definition 2021-05-12 16:27:57 +05:30
am6_init.c treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
am642_init.c treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
arm64-mmu.c armv8: mach-k3: am642: Add custom MMU support 2021-05-12 16:27:57 +05:30
cache.S arm: mach-k3: Clean non-coherent lines out of L3 cache 2020-08-11 10:18:27 +05:30
common.c reset: Remove addr parameter from reset_cpu() 2021-03-02 14:03:02 -05:00
common.h arm: mach-k3: j7200: Detect if ROM has already loaded sysfw 2020-08-11 20:34:46 +05:30
config.mk arm: mach-k3: Fix platform hang when SPL_MULTI_DTB_FIT is not enabled 2020-08-11 20:34:46 +05:30
config_secure.mk arm: mach-k3: Add secure device build support 2019-04-26 17:51:51 -04:00
j721e_init.c treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
lowlevel_init.S armv7r: K3: Allow SPL to run only on core 0 2018-11-26 22:52:11 -05:00
r5_mpu.c armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM 2020-03-03 13:08:14 +05:30
security.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
sysfw-loader.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00