summaryrefslogtreecommitdiff
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-11-04 17:33:20 +0300
committerTom Rini <trini@konsulko.com>2020-11-04 18:13:44 +0300
commit35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186 (patch)
treed8274d6ddd3c681f4b142f13decd23fe04e665ac /arch/microblaze
parent46ce9e777c1314ccb78906992b94001194eaa87b (diff)
downloadu-boot-35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186.tar.xz
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/include/asm/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/microblaze/include/asm/config.h b/arch/microblaze/include/asm/config.h
index 1124272915..3ae71b3e01 100644
--- a/arch/microblaze/include/asm/config.h
+++ b/arch/microblaze/include/asm/config.h
@@ -8,10 +8,6 @@
#define CONFIG_LMB
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_NEEDS_MANUAL_RELOC
-#endif
-
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
#endif