]> git.ipfire.org Git - thirdparty/u-boot.git/commit
m68k: drop pointless #if 0 block
authorRasmus Villemoes <ravi@prevas.dk>
Wed, 4 Jun 2025 19:56:06 +0000 (21:56 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 13 Jun 2025 22:57:15 +0000 (16:57 -0600)
commita6f3d70a6bc2f99ac86f47bc5697d7e6e36ea7b8
treed9f39419341d06d1ac0d25bd44b2849edede7244
parente66d7fc089912a8f84bbbfa4a69eb5c0ebaa1e1d
m68k: drop pointless #if 0 block

The way DECLARE_GLOBAL_DATA_PTR is used, the stuff under #if 0 can
never compile as you cannot have a non-constant initializer at global
scope (and one would get linker errors as well because the 'gd' symbol
would be defined in multiple TUs).

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
Acked-by: Angelo Dureghello <angelo@kernel-space.org>
arch/m68k/include/asm/global_data.h