From 8ccf98b1cfd2811e3121c719e294bdd8ebab1c45 Mon Sep 17 00:00:00 2001
From: Adam Ford <aford173@gmail.com>
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 <aford173@gmail.com>
[trini: Update the defaults logic slightly]
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/mx53ppd.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'include/configs/mx53ppd.h')

diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h
index 44d87c1fbc..bbd4cd78cd 100644
--- a/include/configs/mx53ppd.h
+++ b/include/configs/mx53ppd.h
@@ -26,7 +26,6 @@
 #define CONFIG_IMX_WATCHDOG
 #define CONFIG_WATCHDOG_TIMEOUT_MSECS 8000
 
-#define CONFIG_MISC_INIT_R
 #define CONFIG_BOARD_LATE_INIT
 #define CONFIG_REVISION_TAG
 
-- 
cgit