]> git.baikalelectronics.ru Git - uboot.git/commit
arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig
authorMichal Simek <michal.simek@xilinx.com>
Wed, 4 Nov 2020 14:33:20 +0000 (15:33 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 4 Nov 2020 15:13:44 +0000 (10:13 -0500)
commitea05f0d62c22add92bf9ee984f83a9ccb70dc718
treed8274d6ddd3c681f4b142f13decd23fe04e665ac
parenta188eeccbb03292109dedfa0b0ddc1a9a1619394
arch: Move NEEDS_MANUAL_RELOC symbol to Kconfig

CONFIG_NEEDS_MANUAL_RELOC macro was out of Kconfig. Move it there to be
able to use compile-time checks to reduce the number of build paths.

Fixes: f9a882438966 ("dm: core: Convert #ifdef to if() in root.c") for Microblaze
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/Kconfig
arch/m68k/include/asm/config.h
arch/microblaze/include/asm/config.h
scripts/config_whitelist.txt