From 8ccf98b1cfd2811e3121c719e294bdd8ebab1c45 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Sun, 29 Jul 2018 13:13:29 -0500 Subject: Convert CONFIG_MISC_INIT_R to Kconfig This converts the following to Kconfig: CONFIG_MISC_INIT_R Signed-off-by: Adam Ford [trini: Update the defaults logic slightly] Signed-off-by: Tom Rini --- include/configs/ti_omap4_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ti_omap4_common.h') diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 33761c65e9..5d21c572f8 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -11,8 +11,6 @@ #ifndef __CONFIG_TI_OMAP4_COMMON_H #define __CONFIG_TI_OMAP4_COMMON_H -#define CONFIG_MISC_INIT_R - #ifndef CONFIG_SYS_L2CACHE_OFF #define CONFIG_SYS_L2_PL310 1 #define CONFIG_SYS_PL310_BASE 0x48242000 -- cgit