diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-12-14 10:29:39 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-14 10:55:30 +0100 |
commit | 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf (patch) | |
tree | bde84327c29fa423337f5ee73c0ebdbf8cac27a3 /include/configs/at91cap9adk.h | |
parent | 0e0c862efe7279e9609db74d758cd1b84c6c7209 (diff) | |
download | u-boot-imx-3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf.zip u-boot-imx-3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf.tar.gz u-boot-imx-3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf.tar.bz2 |
Fix new found CFG_
Also fix some minor typos.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/at91cap9adk.h')
-rw-r--r-- | include/configs/at91cap9adk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h index aeb06ac..363df67 100644 --- a/include/configs/at91cap9adk.h +++ b/include/configs/at91cap9adk.h @@ -32,7 +32,7 @@ #define AT91_MAIN_CLOCK 12000000 /* 12 MHz crystal */ #define AT91_MASTER_CLOCK 100000000 /* peripheral */ #define AT91_CPU_CLOCK 200000000 /* cpu */ -#define CFG_AT91_PLLB 0x10073e01 /* PLLB settings for USB */ +#define CONFUG_SYS_AT91_PLLB 0x10073e01 /* PLLB settings for USB */ #define CONFIG_SYS_HZ 1000000 /* 1us resolution */ #define AT91_SLOW_CLOCK 32768 /* slow clock */ |