aboutsummaryrefslogtreecommitdiff
path: root/include/configs/modnet50.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-09include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger1-1/+8
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-05include/configs: Use new CONFIG_CMD_* in various m* named board config files.Jon Loeliger1-4/+8
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-4/+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-02-23* Patch by Thomas Elste, 10 Feb 2004:wdenk1-0/+179
Add support for NET+50 CPU and ModNET50 board * Patch by Sam Song, 10 Feb 2004: Fix typos in cfi_flash.c * Patch by Leon Kukovec, 10 Feb 2004 Fixed long dir entry slot id calculation in get_vfatname * Patch by Robin Gilks, 10 Feb 2004: add "itest" command (operators: -eq, -ne, -lt, -gt, -le, -ge, ==, !=, <>, <, >, <=, >=)