Re: [U-Boot] [PATCH 4/4] TI:am33xx: Add bootcount support to ti_am335x_common.h

2013-11-04 Thread Tom Rini
On Wed, Aug 28, 2013 at 09:00:30AM -0400, Tom Rini wrote: > Enable the bootcount driver for am335x in general. We leave adding a > bootlimit and altbootcmd to the environment to the board ports. > > Signed-off-by: Tom Rini Applied to u-boot-ti/master. -- Tom signature.asc Description: Digi

[U-Boot] [PATCH 4/4] TI:am33xx: Add bootcount support to ti_am335x_common.h

2013-08-28 Thread Tom Rini
Enable the bootcount driver for am335x in general. We leave adding a bootlimit and altbootcmd to the environment to the board ports. Signed-off-by: Tom Rini --- drivers/bootcount/Makefile |1 + include/configs/ti_am335x_common.h |7 +++ 2 files changed, 8 insertions(+) diff