diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:26:42 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-24 22:26:42 +0200 |
commit | 0ac59d0c0718ccdc7f8184668ec5c4f48c1987a2 (patch) | |
tree | 7f42bd45ddc7ba92343446af911a4ac5d71cc874 /include/configs/sbc2410x.h | |
parent | 09cc0487b8cccc9013649052c62be244158be2ad (diff) | |
parent | 922754cc82a82ac90e486b7565a148c9e4b6b584 (diff) |
Merge branch 'master' of /home/wd/git/u-boot/custodians
Diffstat (limited to 'include/configs/sbc2410x.h')
-rw-r--r-- | include/configs/sbc2410x.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/sbc2410x.h b/include/configs/sbc2410x.h index f2ea926f92..e6886cf7f6 100644 --- a/include/configs/sbc2410x.h +++ b/include/configs/sbc2410x.h @@ -139,9 +139,7 @@ #define CONFIG_SYS_LOAD_ADDR 0x33000000 /* default load address */ -/* the PWM TImer 4 uses a counter of 15625 for 10 ms, so we need */ -/* it to wrap 100 times (total 1562500) to get 1 sec. */ -#define CONFIG_SYS_HZ 1562500 +#define CONFIG_SYS_HZ 1000 /* valid baudrates */ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } |