diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2010-09-30 11:25:48 -0500 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2010-10-11 23:00:29 -0700 |
commit | bf6cb247a5df202fbed4fd43df477d863b68fbe1 (patch) | |
tree | 364503e9fb4b160fbf0f985aee02a486d2d2aed5 /include/config_cmd_all.h | |
parent | 3f91ec0fa1ceab413fa2e74b4ffd37ab505cc66c (diff) | |
download | u-boot-bf6cb247a5df202fbed4fd43df477d863b68fbe1.tar.gz |
rarp: Condtionally compile rarp support
Most people don't use the 'rarpboot' command, so only enable it when
CONFIG_CMD_RARP is defined.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 746bf18f04..cdc5ff10fa 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -70,6 +70,7 @@ #define CONFIG_CMD_PORTIO /* Port I/O */ #define CONFIG_CMD_REGINFO /* Register dump */ #define CONFIG_CMD_REISER /* Reiserfs support */ +#define CONFIG_CMD_RARP /* rarpboot support */ #define CONFIG_CMD_RUN /* run command in env variable */ #define CONFIG_CMD_SAVEENV /* saveenv */ #define CONFIG_CMD_SAVES /* save S record dump */ |