From 35b7ca768f7d826b77d5d3d6ccd6b1b8ed21f186 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 4 Nov 2020 15:33:20 +0100 Subject: 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 Signed-off-by: Michal Simek --- arch/microblaze/include/asm/config.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'arch/microblaze') 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 -- cgit v1.2.3