diff options
| author | Tom Rini <trini@ti.com> | 2013-08-09 14:43:05 -0400 | 
|---|---|---|
| committer | Joe Hershberger <joe.hershberger@ni.com> | 2013-08-19 12:34:19 -0500 | 
| commit | 48e8c08e586866d21ec609bf8944b213a5e71bb7 (patch) | |
| tree | 714d72ee161f85fc0014b200e63cdb61ba431854 /include/configs/galaxy5200.h | |
| parent | b173075ead63a2fb8db4c0d81578f2a52aafd759 (diff) | |
| download | olio-uboot-2014.01-48e8c08e586866d21ec609bf8944b213a5e71bb7.tar.xz olio-uboot-2014.01-48e8c08e586866d21ec609bf8944b213a5e71bb7.zip | |
galaxy5200: Convert from unused CONFIG_BOOTP_MASK to specific list
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/galaxy5200.h')
| -rw-r--r-- | include/configs/galaxy5200.h | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index 984f27451..47e65d8b7 100644 --- a/include/configs/galaxy5200.h +++ b/include/configs/galaxy5200.h @@ -360,10 +360,9 @@  #define CONFIG_CRC32_VERIFY  1 -#define CONFIG_BOOTP_MASK	(CONFIG_BOOTP_DEFAULT | \ -				 CONFIG_BOOTP_DNS | \ -				 CONFIG_BOOTP_DNS2 | \ -				 CONFIG_BOOTP_SEND_HOSTNAME ) +#define CONFIG_BOOTP_DNS +#define CONFIG_BOOTP_DNS2 +#define CONFIG_BOOTP_SEND_HOSTNAME  #define CONFIG_VERSION_VARIABLE 1 |