diff --git a/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch b/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch index f3ca6807..99b7cadc 100644 --- a/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch +++ b/recipes-bsp/u-boot/u-boot/2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch @@ -1,7 +1,7 @@ From 481457db4fe870fcbab47fe29cb768daf235fd1f Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 13 Oct 2011 12:17:27 +0200 -Subject: [PATCH 2/2] am335x_evm: set bootdelay to 0 +Subject: [PATCH 2/2] am335x_evm: set bootdelay to 1 Signed-off-by: Koen Kooi --- @@ -17,7 +17,7 @@ index 9ce360d..78c823b 100755 /* set to negative value for no autoboot */ -#define CONFIG_BOOTDELAY 3 -+#define CONFIG_BOOTDELAY 0 ++#define CONFIG_BOOTDELAY 1 #define CONFIG_MMC #define CONFIG_NAND diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb index 44ebeb63..a5338308 100644 --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb @@ -4,7 +4,7 @@ require u-boot.inc COMPATIBLE_MACHINE = "beaglebone" DEFAULT_PREFERENCE_beaglebone = "99" PV = "2011.09+git" -PR = "r5" +PR = "r6" # SPL build UBOOT_BINARY = "u-boot.img"