diff --git a/systems/lctr-b2xx/patches/u-boot/2014.07/01-am335x-bbb.patch b/systems/lctr-b2xx/patches/u-boot/2014.07/01-am335x-bbb.patch index 29809ff..16ee395 100644 --- a/systems/lctr-b2xx/patches/u-boot/2014.07/01-am335x-bbb.patch +++ b/systems/lctr-b2xx/patches/u-boot/2014.07/01-am335x-bbb.patch @@ -12,7 +12,7 @@ new file mode 100644 index 0000000..9e00817 --- /dev/null +++ b/include/configs/am335x_bbb.h -@@ -0,0 +1,135 @@ +@@ -0,0 +1,138 @@ +/* + * am335x_evm.h + * @@ -34,10 +34,13 @@ index 0000000..9e00817 +#include + +#ifdef CONFIG_BOOTDELAY -+# undef CONFIG_BOOTDELAY ++# undef CONFIG_BOOTLDELAY +#endif -+#define CONFIG_BOOTDELAY 0 -+#define CONFIG_ZERO_BOOTDELAY_CHECK 1 ++#define CONFIG_BOOTDELAY 2 ++#define CONFIG_AUTOBOOT_KEYED 1 ++#define CONFIG_AUTOBOOT_DELAY_STR "uboot" ++#define CONFIG_AUTOBOOT_PROMPT \ ++ "autoboot in %d seconds\n",bootdelay + +#undef CONFIG_BOOTM_NETBSD +#undef CONFIG_BOOTM_PLAN9