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/tqma6_wru4.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/tqma6_wru4.h') diff --git a/include/configs/tqma6_wru4.h b/include/configs/tqma6_wru4.h index 2e9292eb55..a945272595 100644 --- a/include/configs/tqma6_wru4.h +++ b/include/configs/tqma6_wru4.h @@ -16,8 +16,6 @@ #define CONFIG_MXC_UART_BASE UART4_BASE #define CONSOLE_DEV "ttymxc3" -#define CONFIG_MISC_INIT_R - /* Watchdog */ #define CONFIG_HW_WATCHDOG #define CONFIG_IMX_WATCHDOG -- cgit