diff options
Diffstat (limited to 'include/configs/sbc8260.h')
-rw-r--r-- | include/configs/sbc8260.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sbc8260.h b/include/configs/sbc8260.h index 82a8de9..ef96e72 100644 --- a/include/configs/sbc8260.h +++ b/include/configs/sbc8260.h @@ -419,7 +419,7 @@ */ #define CONFIG_BOOTP_MASK (CONFIG_BOOTP_DEFAULT | \ CONFIG_BOOTP_BOOTFILESIZE | \ - CONFIG_BOOTP_DNS | \ + CONFIG_BOOTP_DNS | \ CONFIG_BOOTP_DNS2 | \ CONFIG_BOOTP_SEND_HOSTNAME) |