|
|
@ -285,13 +285,16 @@ |
|
|
|
#undef CONFIG_AUTOBOOT_DELAY_STR |
|
|
|
#undef CONFIG_AUTOBOOT_DELAY_STR |
|
|
|
#define DEBUG_BOOTKEYS 0 |
|
|
|
#define DEBUG_BOOTKEYS 0 |
|
|
|
|
|
|
|
|
|
|
|
/* Add support for a few extra bootp options like:
|
|
|
|
/*
|
|
|
|
* - File size |
|
|
|
* BOOTP options |
|
|
|
* - DNS |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
#define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \ |
|
|
|
#define CONFIG_BOOTP_SUBNETMASK |
|
|
|
CONFIG_BOOTP_BOOTFILESIZE | \
|
|
|
|
#define CONFIG_BOOTP_GATEWAY |
|
|
|
CONFIG_BOOTP_DNS) |
|
|
|
#define CONFIG_BOOTP_HOSTNAME |
|
|
|
|
|
|
|
#define CONFIG_BOOTP_BOOTPATH |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define CONFIG_BOOTP_BOOTFILESIZE |
|
|
|
|
|
|
|
#definef CONFIG_BOOTP_DNS |
|
|
|
|
|
|
|
|
|
|
|
/* undef this to save memory */ |
|
|
|
/* undef this to save memory */ |
|
|
|
#define CFG_LONGHELP |
|
|
|
#define CFG_LONGHELP |
|
|
|