-
- Downloads
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>
Showing
- include/cmd_confdefs.h 3 additions, 27 deletionsinclude/cmd_confdefs.h
- include/config_bootp.h 41 additions, 0 deletionsinclude/config_bootp.h
- include/config_cmd_all.h 80 additions, 0 deletionsinclude/config_cmd_all.h
- include/config_cmd_default.h 41 additions, 0 deletionsinclude/config_cmd_default.h
include/config_bootp.h
0 → 100644
include/config_cmd_all.h
0 → 100644
include/config_cmd_default.h
0 → 100644
Please register or sign in to comment