diff options
author | Tom Rini | 2013-08-09 14:39:51 -0400 |
---|---|---|
committer | Joe Hershberger | 2013-08-19 12:34:19 -0500 |
commit | b173075ead63a2fb8db4c0d81578f2a52aafd759 (patch) | |
tree | 854061bfb8fcfaa591e7c9e230ea982fd56c2864 /include/configs/calimain.h | |
parent | c624d168bf87e5558a58e99c58b162f5e5b6368e (diff) |
configs: Remove unused CONFIG_BOOTP_DEFAULT
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/calimain.h')
-rw-r--r-- | include/configs/calimain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/calimain.h b/include/configs/calimain.h index c76bc2cbe61..d20074c7310 100644 --- a/include/configs/calimain.h +++ b/include/configs/calimain.h @@ -185,7 +185,6 @@ #ifdef CONFIG_DRIVER_TI_EMAC #define CONFIG_EMAC_MDIO_PHY_NUM 1 #define CONFIG_MII -#define CONFIG_BOOTP_DEFAULT #define CONFIG_BOOTP_DNS #define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME |