diff options
author | Wolfgang Denk <wd@denx.de> | 2009-04-02 00:24:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-02 00:24:33 +0200 |
commit | dfc91c33957c95da34e3888dc87912d5c15a7603 (patch) | |
tree | d5fd6bd3818d817ea618bb9c19330633a71ab1bb /include/configs/omap730p2.h | |
parent | c123098035be8bae3859bbfbd06861f197c07631 (diff) | |
parent | 0fc4f64c59873a47d555dd66bad25797d4ecb0ed (diff) | |
download | u-boot-imx-dfc91c33957c95da34e3888dc87912d5c15a7603.zip u-boot-imx-dfc91c33957c95da34e3888dc87912d5c15a7603.tar.gz u-boot-imx-dfc91c33957c95da34e3888dc87912d5c15a7603.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/configs/omap730p2.h')
-rw-r--r-- | include/configs/omap730p2.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/configs/omap730p2.h b/include/configs/omap730p2.h index 166d592..32a9b23 100644 --- a/include/configs/omap730p2.h +++ b/include/configs/omap730p2.h @@ -142,18 +142,15 @@ #define CONFIG_SYS_MEMTEST_START 0x10000000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0x12000000 /* 32 MB in DRAM */ -#undef CONFIG_SYS_CLKS_IN_HZ /* everything, incl board info, in Hz */ - #define CONFIG_SYS_LOAD_ADDR 0x10000000 /* default load address */ /* The OMAP730 has 3 general purpose MPU timers, they can be driven by * the RefClk (12Mhz) or by DPLL1. This time is further subdivided by a * local divisor. */ - -#define CONFIG_SYS_TIMERBASE 0xFFFEC500 /* use timer 1 */ -#define CONFIG_SYS_PVT 7 /* 2^(pvt+1), divide by 256 */ -#define CONFIG_SYS_HZ ((CONFIG_SYS_CLK_FREQ)/(2 << CONFIG_SYS_PVT)) +#define CONFIG_SYS_TIMERBASE 0xFFFEC500 /* use timer 1 */ +#define CONFIG_SYS_PTV 7 /* 2^(PTV+1), divide by 256 */ +#define CONFIG_SYS_HZ ((CONFIG_SYS_CLK_FREQ)/(2 << CONFIG_SYS_PTV)) /*----------------------------------------------------------------------- * Stack sizes |