diff mbox series

[U-Boot,v2,14/14] configs: omapl138_lcdk: enable NAND self-init in SPL

Message ID 20190724081220.12022-15-brgl@bgdev.pl
State Accepted
Delegated to: Joe Hershberger
Headers show
Series ARM: davinci: driver-model improvements | expand

Commit Message

Bartosz Golaszewski July 24, 2019, 8:12 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Now that we have enabled the driver-model in SPL, we can remove the
code disabling NAND self-init in SPL from the config include for
omapl138-lcdk.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 include/configs/omapl138_lcdk.h | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h
index 20fd7ff713..db4a663c53 100644
--- a/include/configs/omapl138_lcdk.h
+++ b/include/configs/omapl138_lcdk.h
@@ -168,10 +168,6 @@ 
 #define CONFIG_SPL_NAND_DRIVERS
 #define CONFIG_SPL_NAND_ECC
 #define CONFIG_SPL_NAND_LOAD
-
-#ifndef CONFIG_SPL_BUILD
-#define CONFIG_SYS_NAND_SELF_INIT
-#endif
 #endif
 
 #ifdef CONFIG_SYS_USE_NOR