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/m68k/include/asm/config.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/m68k') diff --git a/arch/m68k/include/asm/config.h b/arch/m68k/include/asm/config.h index c7363c0b51..7ea443673a 100644 --- a/arch/m68k/include/asm/config.h +++ b/arch/m68k/include/asm/config.h @@ -6,8 +6,6 @@ #ifndef _ASM_CONFIG_H_ #define _ASM_CONFIG_H_ -#define CONFIG_NEEDS_MANUAL_RELOC - #define CONFIG_LMB #define CONFIG_SYS_BOOT_RAMDISK_HIGH -- cgit v1.2.3