7a2a3182c9
- Enable AllWinner: OLinuXino-Lime2 Mele_M3 - Enable i.MX6: novena hummingboard - Enable TI: Beagle-X15
27 lines
729 B
Diff
27 lines
729 B
Diff
From 006758f3cd6d24d7390133a52134b2e78b9c781f Mon Sep 17 00:00:00 2001
|
|
From: Peter Robinson <pbrobinson@gmail.com>
|
|
Date: Fri, 6 Mar 2015 10:30:06 +0000
|
|
Subject: [PATCH 03/11] Only set CONFIG_BOOTDELAY if not already set.
|
|
|
|
---
|
|
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 1ecc0bb..b23eb04 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.3.1
|
|
|