diff options
author | wdenk <wdenk> | 2003-12-06 23:20:41 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-06 23:20:41 +0000 |
commit | 8bf3b005ddee3eee179ec961e1c2bd0693e3b79d (patch) | |
tree | 89b47bf5457d76bcaf63a38f1087529e1a9de931 /include/configs/DK1C20.h | |
parent | a8c7c708a9e0051c6358718c53572a4681eaa22b (diff) |
* Patches by Stephan Linz, 3 Nov 2003:
- more endianess fixes for LAN91C111 driver
- CFG_HZ configuration patch for NIOS Cyclone board
* Patch by Stephan Linz, 28 Oct 2003:
fix PHY_INT_REG vs. PHY_MASK_REG bug in drivers/smc91111.c
* Patch by Steven Scholz, 20 Oct 2003:
- make "mii info <addr>" show infor for PHY at "addr" only
- Endian fix for miiphy_info()
Diffstat (limited to 'include/configs/DK1C20.h')
-rw-r--r-- | include/configs/DK1C20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/DK1C20.h b/include/configs/DK1C20.h index 938e83aec52..87ba760094b 100644 --- a/include/configs/DK1C20.h +++ b/include/configs/DK1C20.h @@ -158,7 +158,7 @@ #define CFG_MAXARGS 16 /* max number of command args */ #define CFG_BARGSIZE CFG_CBSIZE /* Boot Argument Buffer Size */ #undef CFG_CLKS_IN_HZ -#define CFG_HZ 1562500 +#define CFG_HZ 1000 /* decr freq: 1ms ticks */ #define CFG_LOAD_ADDR 0x00800000 /* Default load address */ #define CFG_MEMTEST_START 0x00000000 |