Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years ago
Selvamuthukumar
03e2dbb18e
Remove unwanted ';' at end of define.
...
Currently this is not creating any problem. But it will result
in compilation error when used as below.
printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
continuation of the theme based on git grep "^#define CFG_.*;$" include/
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16 years ago
Jean-Christophe PLAGNIOL-VILLARD
0e8d158664
rename CFG_ENV macros to CONFIG_ENV
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Jean-Christophe PLAGNIOL-VILLARD
5a1aceb068
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
Jean-Christophe PLAGNIOL-VILLARD
00b1883a4c
drivers/mtd: Move conditional compilation to Makefile
...
rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17 years ago
TsiChung Liew
0f3ba7e978
Add CONFIG_MII_INIT support to related boards
...
Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
cmd_init.c. Add CONFIG_MII_INIT to board configuration files
that use mii_init() in cmd_init.c.
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Acked-by: Ben Warren <biggerbadderben@gmail.com>
17 years ago
Wolfgang Denk
e6dfed705e
ppc: Get rid of unused machine type definitions
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
17 years ago
Wolfgang Denk
1d9e31e049
Fix compile error in spc1920 config.
...
Signed-off-by: Markus Klotzbücher <mk@denx.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
18 years ago
Jon Loeliger
079a136c35
include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
...
Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.
Remove lingering references to CFG_CMD_* symbols.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
46da1e96b7
include/configs: Use new CONFIG_CMD_* in various s* named board config files.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Markus Klotzbuecher
67fea022fa
SPC1920: cleanup memory contoller setup
18 years ago
Markus Klotzbuecher
8fc2102faa
Fix the cpu speed setup to work with all boards.
18 years ago
Markus Klotzbuecher
9295acb774
SPC1920: add support for the FM18L08 Ramtron FRAM
18 years ago
Markus Klotzbuecher
38ccd2fdf3
SPC1920: update the HPI register addresses to work with the second
...
generation of hardware
18 years ago
Markus Klotzbuecher
5921e5313f
Miscellanious spc1920 related cleanups
18 years ago
Markus Klotzbuecher
0be62728aa
Add support for the DS3231 RTC
18 years ago
Markus Klotzbuecher
8139567b60
SMC1 uses external CLK4 instead of BRG on spc1920
18 years ago
Markus Klotzbuecher
d8d9de1a02
Update the SPC1920 CMB PLD driver
18 years ago
Markus Klotzbuecher
3f34f86916
Add / enable I2C support on the spc1920 board
18 years ago
Markus Klotzbuecher
d28707dbce
Add support for the tms320671x host port interface (HPI)
18 years ago
Markus Klotzbuecher
b02d0177c1
Support for spc1920 board.
...
Patch by Markus Klotzbuecher, 12 Jul 2006
19 years ago