diff options
author | Markus Klotzbücher <mk@denx.de> | 2007-11-23 13:09:18 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-12-27 19:35:33 +0100 |
commit | 052440b022ca8981d39b6f8c10d1aa6326f47480 (patch) | |
tree | 33cd3286858f86e34483d1e8c1fdf1d30d8842b4 /include/configs/sequoia.h | |
parent | a724a9b40c7fbeb6ade193ca52321b441eaecb4e (diff) |
ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
When using dhcp/bootp the "netmask" environment variable is not
set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
desireable, so the following patch adds this this option to the board
config.
Signed-off-by: Markus Klotzbuecher <mk@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/sequoia.h')
-rw-r--r-- | include/configs/sequoia.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 58acbc090e5..419ee733498 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -329,6 +329,7 @@ #define CONFIG_BOOTP_BOOTPATH #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME +#define CONFIG_BOOTP_SUBNETMASK /* |