TI:am33xx: Add bootcount support to ti_am335x_common.h
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>
This commit is contained in:
@@ -10,6 +10,7 @@ COBJS-y += bootcount.o
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user