Introduce initial versions of new Command Config files.
authorJon Loeliger <jdl@jdl.com>
Tue, 12 Jun 2007 00:01:34 +0000 (19:01 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 3 Jul 2007 22:23:07 +0000 (00:23 +0200)
commitec63b10b61fd68238d4c15c1cd04c0b38228e2c1
tree048187d5fb42b35771e2964b03f01d008065f1b1
parent98c440bee623ecdd5322852732b883e696fb2140
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>
include/cmd_confdefs.h
include/config_bootp.h [new file with mode: 0644]
include/config_cmd_all.h [new file with mode: 0644]
include/config_cmd_default.h [new file with mode: 0644]