summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-bsp/u-boot
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/recipes-bsp/u-boot')
-rw-r--r--meta-phosphor/recipes-bsp/u-boot/files/disable-u-boot-shell.cfg2
-rw-r--r--meta-phosphor/recipes-bsp/u-boot/u-boot-obmc.inc5
2 files changed, 7 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-bsp/u-boot/files/disable-u-boot-shell.cfg b/meta-phosphor/recipes-bsp/u-boot/files/disable-u-boot-shell.cfg
new file mode 100644
index 0000000000..8876eb271c
--- /dev/null
+++ b/meta-phosphor/recipes-bsp/u-boot/files/disable-u-boot-shell.cfg
@@ -0,0 +1,2 @@
+# Setting boot delay to -2 disables entering into U-boot shell
+CONFIG_BOOTDELAY=-2
diff --git a/meta-phosphor/recipes-bsp/u-boot/u-boot-obmc.inc b/meta-phosphor/recipes-bsp/u-boot/u-boot-obmc.inc
new file mode 100644
index 0000000000..47529af44e
--- /dev/null
+++ b/meta-phosphor/recipes-bsp/u-boot/u-boot-obmc.inc
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
+
+SRC_URI:append = '${@bb.utils.contains_any("DISTRO_FEATURES", "disable-u-boot-shell", \
+ " file://disable-u-boot-shell.cfg", \
+ "", d)}'