mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
board/BuR/tseries: Enable U-Boot BOOTCOUNT feature
Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
This commit is contained in:
parent
cf1331f853
commit
df7709455d
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
|||
#define CONFIG_HW_WATCHDOG
|
||||
#define CONFIG_OMAP_WATCHDOG
|
||||
#define CONFIG_SPL_WATCHDOG_SUPPORT
|
||||
/* Bootcount using the RTC block */
|
||||
#define CONFIG_SYS_BOOTCOUNT_ADDR 0x44E3E000
|
||||
#define CONFIG_BOOTCOUNT_LIMIT
|
||||
#define CONFIG_BOOTCOUNT_AM33XX
|
||||
/* Clock Defines */
|
||||
#define V_OSCK 26000000 /* Clock output from T2 */
|
||||
#define V_SCLK (V_OSCK)
|
||||
|
|
Loading…
Add table
Reference in a new issue