u-boot-brain/arch/mips
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
..
cpu mips: enable _machine_restart for spl 2021-01-24 21:39:26 +01:00
dts mips: octeon: ebb7304: Add support for some I2C devices 2021-04-23 21:23:30 +02:00
include/asm - MIPS: octeon: fix minor bugs of initial merge 2021-04-24 19:39:14 -04:00
lib common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-ath79 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-bmips common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-jz47xx treewide: Convert macro and uses of __section(foo) to __section("foo") 2021-05-24 14:21:30 -04:00
mach-mscc common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-mtmips mips: mt7628: fix the displayed DDR type of mt7628 2021-04-22 02:44:42 +02:00
mach-octeon mips: octeon: Add Octeon III NIC23 board support 2021-04-23 21:22:55 +02:00
mach-pic32 common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
config.mk kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Kconfig mips: mtmips: select SYSRESET for mt7628 only 2021-01-24 21:39:26 +01:00
Makefile mips: octeon: Initial minimal support for the Marvell Octeon SoC 2020-07-18 15:47:50 +02:00
Makefile.postlink SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00