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 <trini@ti.com>
 COBJS-$(CONFIG_AT91SAM9XE)     += bootcount_at91.o
 COBJS-$(CONFIG_BLACKFIN)       += bootcount_blackfin.o
 COBJS-$(CONFIG_SOC_DA8XX)      += bootcount_davinci.o
+COBJS-$(CONFIG_AM33XX)         += bootcount_davinci.o
 COBJS-$(CONFIG_BOOTCOUNT_RAM)  += bootcount_ram.o
 
 COBJS  := $(COBJS-y)
 
 #define CONFIG_DRIVER_TI_CPSW          /* Driver for IP block */
 #define CONFIG_MII                     /* Required in net/eth.c */
 
+/*
+ * RTC related defines. To use bootcount you must set bootlimit in the
+ * environment to a non-zero value.
+ */
+#define CONFIG_BOOTCOUNT_LIMIT
+#define CONFIG_SYS_BOOTCOUNT_ADDR      0x44E3E000
+
 /*
  * SPL related defines.  The Public RAM memory map the ROM defines the
  * area between 0x402F0400 and 0x4030B800 as a download area and