diff mbox

[U-Boot,v5,13/13] arm: ca9x4_ct_vxp: enable PXE BOOTP options support

Message ID 1314805054-16250-14-git-send-email-jason.hobbs@calxeda.com
State Accepted
Headers show

Commit Message

Jason Hobbs Aug. 31, 2011, 3:37 p.m. UTC
Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
Cc: Matt Waddel <matt.waddel at linaro.org>
---
changes for v2:
- add armv7 architecture to VCI string

changes for v4:
- combine the PXE bootp options with the other bootp options

changes for v5:
- none

 include/configs/ca9x4_ct_vxp.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

matt.waddel@linaro.org Sept. 9, 2011, 4:18 p.m. UTC | #1
On 08/31/2011 09:37 AM, Jason Hobbs wrote:
> Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
> Cc: Matt Waddel <matt.waddel at linaro.org>

Acked-by: Matt Waddel <matt.waddel@linaro.org>

> ---
> changes for v2:
> - add armv7 architecture to VCI string
> 
> changes for v4:
> - combine the PXE bootp options with the other bootp options
> 
> changes for v5:
> - none
> 
>  include/configs/ca9x4_ct_vxp.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h
> index 5f49f49..5adfe64 100644
> --- a/include/configs/ca9x4_ct_vxp.h
> +++ b/include/configs/ca9x4_ct_vxp.h
> @@ -98,6 +98,9 @@
>  #define CONFIG_BOOTP_BOOTPATH
>  #define CONFIG_BOOTP_GATEWAY
>  #define CONFIG_BOOTP_HOSTNAME
> +#define CONFIG_BOOTP_PXE
> +#define CONFIG_BOOTP_PXE_CLIENTARCH	0x100
> +#define CONFIG_BOOTP_VCI_STRING		"U-boot.armv7.ca9x4_ct_vxp"
>  
>  /* Miscellaneous configurable options */
>  #undef	CONFIG_SYS_CLKS_IN_HZ
Wolfgang Denk Oct. 17, 2011, 8:22 p.m. UTC | #2
Dear "Jason Hobbs",

In message <1314805054-16250-14-git-send-email-jason.hobbs@calxeda.com> you wrote:
> Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
> Cc: Matt Waddel <matt.waddel at linaro.org>
> ---
> changes for v2:
> - add armv7 architecture to VCI string
> 
> changes for v4:
> - combine the PXE bootp options with the other bootp options
> 
> changes for v5:
> - none
> 
>  include/configs/ca9x4_ct_vxp.h |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h
index 5f49f49..5adfe64 100644
--- a/include/configs/ca9x4_ct_vxp.h
+++ b/include/configs/ca9x4_ct_vxp.h
@@ -98,6 +98,9 @@ 
 #define CONFIG_BOOTP_BOOTPATH
 #define CONFIG_BOOTP_GATEWAY
 #define CONFIG_BOOTP_HOSTNAME
+#define CONFIG_BOOTP_PXE
+#define CONFIG_BOOTP_PXE_CLIENTARCH	0x100
+#define CONFIG_BOOTP_VCI_STRING		"U-boot.armv7.ca9x4_ct_vxp"
 
 /* Miscellaneous configurable options */
 #undef	CONFIG_SYS_CLKS_IN_HZ