[U-Boot] [RFC PATCH 5/7] Only set CONFIG_BOOTDELAY if not already set.
Vagrant Cascadian
vagrant at debian.org
Sat Oct 4 00:08:41 CEST 2014
Signed-off-by: Vagrant Cascadian <vagrant at debian.org>
---
include/config_distro_defaults.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h
index 5d18a4b..fc67c42 100644
--- a/include/config_distro_defaults.h
+++ b/include/config_distro_defaults.h
@@ -45,7 +45,9 @@
#define CONFIG_CMDLINE_EDITING
#define CONFIG_AUTO_COMPLETE
+#ifndef CONFIG_BOOTDELAY
#define CONFIG_BOOTDELAY 2
+#endif
#define CONFIG_SYS_LONGHELP
#define CONFIG_MENU
#define CONFIG_DOS_PARTITION
--
2.1.0
More information about the U-Boot
mailing list