aboutsummaryrefslogtreecommitdiff
path: root/include/configs/xsengine.h
AgeCommit message (Collapse)AuthorFilesLines
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-4/+4
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-1/+1
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-02-15xsengine: fix typo and few coding styleJean-Christophe PLAGNIOL-VILLARD1-9/+9
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-02-07xsengine: rename board_post_init to board_late_initJean-Christophe PLAGNIOL-VILLARD1-1/+1
missing migration from "Cleanup of some init functions" in c837dcb1a316745092567bfe4fb266d0941884ff Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-10-24xsengine: Fix no partition type specified, use DOS as defaultJean-Christophe PLAGNIOL-VILLARD1-0/+1
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-07-10include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger1-0/+9
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>
2007-07-05include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config ↵Jon Loeliger1-3/+10
files. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-3/+17
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.
2005-04-04Patch by Steven Scholz, 4 Apr 2005:wdenk1-6/+0
- remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
2005-04-02Prepare for SoC rework of ARM code:wdenk1-1/+1
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
2004-06-09Patch by Kurt Stremerch, 28 May 2004:wdenk1-0/+183
Add support for Exys XSEngine board Some code cleanup.