Re: [U-Boot] [PATCH] am335x: BeagleBones enable CONFIG_AUTOBOOT_KEYED

2016-01-14 Thread Tom Rini
On Thu, Jan 14, 2016 at 12:15:25PM -0600, Robert Nelson wrote: > On startup, the BeagleBone family of boards can occationally halt at > the U-Boot prompt. Due to U-Boot receiving random data on the usart. > > Migrate BeagleBone based boards to use CONFIG_AUTOBOOT_KEYED, user > will now have to

[U-Boot] [PATCH] am335x: BeagleBones enable CONFIG_AUTOBOOT_KEYED

2016-01-14 Thread Robert Nelson
On startup, the BeagleBone family of boards can occationally halt at the U-Boot prompt. Due to U-Boot receiving random data on the usart. Migrate BeagleBone based boards to use CONFIG_AUTOBOOT_KEYED, user will now have to enter the key to get to U-Boot prompt Signed-off-by: Robert Nelson