summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/0041-Disabling-boot-delay.patch
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-05-06 01:31:17 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-05-14 21:54:34 +0300
commiteda2c7c523d858d25fe25052254a7f393767310b (patch)
tree7c14ec3de42b7fc6c86bc3b0f9ecb4b9f21a5d14 /meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/0041-Disabling-boot-delay.patch
parent794d26fa53ad7e8cb54a3a5773436b1d8e813f35 (diff)
downloadopenbmc-eda2c7c523d858d25fe25052254a7f393767310b.tar.xz
Update to internal 0.53
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/0041-Disabling-boot-delay.patch')
-rw-r--r--meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/0041-Disabling-boot-delay.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/0041-Disabling-boot-delay.patch b/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/0041-Disabling-boot-delay.patch
deleted file mode 100644
index 69ec33a17..000000000
--- a/meta-openbmc-mods/meta-common/recipes-bsp/u-boot/files/0041-Disabling-boot-delay.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From e21ee4b456addc93a9afed0cb52ac2a53d3b785a Mon Sep 17 00:00:00 2001
-From: arun-pm <arun.p.m@linux.intel.com>
-Date: Thu, 30 Jan 2020 10:32:13 +0530
-Subject: [PATCH] Disabling boot delay
-
-Boot delay is changed to -2 so that BMC will not stop in u-boot by pressing
-ESC key.
----
- include/configs/ast-common.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/include/configs/ast-common.h b/include/configs/ast-common.h
-index 0bc7f2d75f..dce6bbf5aa 100644
---- a/include/configs/ast-common.h
-+++ b/include/configs/ast-common.h
-@@ -70,7 +70,7 @@
- /*
- * Environment Config
- */
--#define CONFIG_BOOTDELAY 2
-+#define CONFIG_BOOTDELAY -2
-
- /*
- * Miscellaneous configurable options
---
-2.17.1
-