Current section

Files

Jump to
nerves_system_bbb uboot uboot-autoboot.patch
Raw

uboot/uboot-autoboot.patch

diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index c2ba7e3..dc3ea28 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -18,6 +18,9 @@
#include <configs/ti_am335x_common.h>
+#undef CONFIG_BOOTDELAY
+#define CONFIG_BOOTDELAY (-2) /* Always autoboot */
+
#define MACH_TYPE_TIAM335EVM 3589 /* Until the next sync */
#define CONFIG_MACH_TYPE MACH_TYPE_TIAM335EVM