projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f99bf3b
)
configs: omapl138_lcdk: enable NAND self-init in SPL
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Mon, 29 Jul 2019 06:58:10 +0000
(08:58 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 29 Jul 2019 21:58:52 +0000
(17:58 -0400)
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
patch
|
blob
|
history
diff --git
a/include/configs/omapl138_lcdk.h
b/include/configs/omapl138_lcdk.h
index 20fd7ff713df41bccbccce3b18cc6b8c7de056c0..db4a663c53368f4d86883b3136e805f720e4f876 100644
(file)
--- 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