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/afeb9260.h | |
parent | 0e0c862efe7279e9609db74d758cd1b84c6c7209 (diff) |
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/afeb9260.h')
-rw-r--r-- | include/configs/afeb9260.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/afeb9260.h b/include/configs/afeb9260.h index f077ad90f41..90e553d74e3 100644 --- a/include/configs/afeb9260.h +++ b/include/configs/afeb9260.h @@ -29,7 +29,7 @@ /* ARM asynchronous clock */ #define AT91_MAIN_CLOCK 18429952 /* from 18.432 MHz crystal */ #define AT91_MASTER_CLOCK 89999598 /* peripheral = main / 2 */ -#define CFG_AT91_PLLB 0x107c3e18 /* PLLB settings for USB */ +#define CONFIG_SYS_AT91_PLLB 0x107c3e18 /* PLLB settings for USB */ #define CONFIG_SYS_HZ 1000000 /* 1us resolution */ #define AT91_SLOW_CLOCK 32768 /* slow clock */ @@ -150,7 +150,7 @@ #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_MAXARGS 16 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16) -#define CFG_LONGHELP 1 +#define CONFIG_SYS_LONGHELP 1 #define CONFIG_CMDLINE_EDITING 1 #define ROUND(A, B) (((A) + (B)) & ~((B) - 1)) |