diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/cmc_pu2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/cmc_pu2.h b/include/configs/cmc_pu2.h index 5a0f460..ef2d1b7 100644 --- a/include/configs/cmc_pu2.h +++ b/include/configs/cmc_pu2.h @@ -204,7 +204,7 @@ struct bd_info_ext { #define CFG_HZ 1000 #define CFG_HZ_CLOCK AT91C_MASTER_CLOCK/2 /* AT91C_TC0_CMR is implicitly set to */ - /* AT91C_TC_TIMER_DIV1_CLOCK */ + /* AT91C_TC_TIMER_DIV1_CLOCK */ #define CONFIG_STACKSIZE (32*1024) /* regular stack */ |