public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] am335x_evm: Don't undef CONFIG_BOOTDELAY
@ 2015-12-12  9:27 Matwey V. Kornilov
  2016-01-09  0:51 ` [U-Boot] " Vagrant Cascadian
  0 siblings, 1 reply; 2+ messages in thread
From: Matwey V. Kornilov @ 2015-12-12  9:27 UTC (permalink / raw)
  To: u-boot

config_distro_defaults.h is already included in configs/ti_am335x_common.h (by means of ti_armv7_common.h)
We don't need to #undef CONFIG_BOOTDELAY because it drops default bootdelay which already defined on this line.

Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
---
 include/configs/am335x_evm.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index c51db8c..cf6a606 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -18,10 +18,6 @@
 
 #include <configs/ti_am335x_common.h>
 
-/* Don't override the distro default bootdelay */
-#undef CONFIG_BOOTDELAY
-#include <config_distro_defaults.h>
-
 #ifndef CONFIG_SPL_BUILD
 #ifndef CONFIG_FIT
 # define CONFIG_FIT
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-09  0:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-12  9:27 [U-Boot] [PATCH] am335x_evm: Don't undef CONFIG_BOOTDELAY Matwey V. Kornilov
2016-01-09  0:51 ` [U-Boot] " Vagrant Cascadian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox