Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.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>
16 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>
16 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
Ladislav Michl
4fedfddf97
ARM: Board voiceblue update
...
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
17 years ago
Jon Loeliger
d3b8c1a743
include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Jon Loeliger
dca3b3d6d6
include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
18 years ago
Heiko Schocher
cb0fdf3cfa
VoiceBlue update: use new MTD flash partitioning methods, use more
...
reasonable TEXT_BASE, update default environment and enable keyed
autoboot.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
19 years ago
Wolfgang Denk
fe126d8b34
Change all '$(...)' variable references into '${...}'
...
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
19 years ago
Wolfgang Denk
700a0c648d
Add common (with Linux) MTD partition scheme and "mtdparts" command
...
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
20 years ago
wdenk
b77fad3b25
* Patch by Steven Scholz, 07 Apr 2005:
...
Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
* Patch by Steven Scholz, 07 Apr 2005:
Fix compiler warning in altera.c
* Patch by Ladislav Michl, 06 Apr 2005:
Fix voiceblue configuration.
20 years ago
wdenk
3c2b3d454d
* Patch by Ladislav Michl, 05 Apr 2005:
...
Add support for VoiceBlue board.
* Patch by Ladislav Michl, 05 Apr 2005:
Fix netboot_common() prototypes.
* Cleanup.
20 years ago