commit | ec63b10b61fd68238d4c15c1cd04c0b38228e2c1 | [log] [tgz] |
---|---|---|
author | Jon Loeliger <jdl@jdl.com> | Mon Jun 11 19:01:34 2007 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jul 04 00:23:07 2007 +0200 |
tree | 048187d5fb42b35771e2964b03f01d008065f1b1 | |
parent | 98c440bee623ecdd5322852732b883e696fb2140 [diff] |
Introduce initial versions of new Command Config files. Derive three new files from cmd_confdefs.h: config_bootp.h - Has BOOTP related config options, not commands config_cmd_all.h - Has a CONFIG_CMD_* definition for every command config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds. For now, include "config_bootp.h" for compatability until all users of it directly include it properly. Signed-off-by: Jon Loeliger <jdl@freescale.com>