diff mbox

[U-Boot,v5,12/13] arm: ca9x4_ct_vxp: enable pxe command support

Message ID 1314805054-16250-13-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 in v2:
- use CONFIG_MENU to enable building the menu for pxecfg use

changes in v4:
- use CONFIG_CMD_PXE instead of CONFIG_CMD_PXECFG
- update to standard environment variables

changes for v5:
- none

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

Comments

matt.waddel@linaro.org Sept. 9, 2011, 4:17 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 in v2:
> - use CONFIG_MENU to enable building the menu for pxecfg use
> 
> changes in v4:
> - use CONFIG_CMD_PXE instead of CONFIG_CMD_PXECFG
> - update to standard environment variables
> 
> changes for v5:
> - none
> 
>  include/configs/ca9x4_ct_vxp.h |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h
> index 7e5dc66..5f49f49 100644
> --- a/include/configs/ca9x4_ct_vxp.h
> +++ b/include/configs/ca9x4_ct_vxp.h
> @@ -70,6 +70,8 @@
>  /* Command line configuration */
>  #define CONFIG_CMD_BDI
>  #define CONFIG_CMD_DHCP
> +#define CONFIG_CMD_PXE
> +#define CONFIG_MENU
>  #define CONFIG_CMD_ELF
>  #define CONFIG_CMD_ENV
>  #define CONFIG_CMD_FLASH
> @@ -133,6 +135,8 @@
>  		"kernel_addr=0x44100000\0" \
>  		"ramdisk_addr=0x44800000\0" \
>  		"maxramdisk=0x1800000\0" \
> +		"pxefile_addr_r=0x88000000\0" \
> +		"kernel_addr_r=0x80008000\0" \
>  		"console=ttyAMA0,38400n8\0" \
>  		"dram=1024M\0" \
>  		"root=/dev/sda1 rw\0" \
Wolfgang Denk Oct. 17, 2011, 8:22 p.m. UTC | #2
Dear "Jason Hobbs",

In message <1314805054-16250-13-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 in v2:
> - use CONFIG_MENU to enable building the menu for pxecfg use
> 
> changes in v4:
> - use CONFIG_CMD_PXE instead of CONFIG_CMD_PXECFG
> - update to standard environment variables
> 
> changes for v5:
> - none
> 
>  include/configs/ca9x4_ct_vxp.h |    4 ++++
>  1 files changed, 4 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 7e5dc66..5f49f49 100644
--- a/include/configs/ca9x4_ct_vxp.h
+++ b/include/configs/ca9x4_ct_vxp.h
@@ -70,6 +70,8 @@ 
 /* Command line configuration */
 #define CONFIG_CMD_BDI
 #define CONFIG_CMD_DHCP
+#define CONFIG_CMD_PXE
+#define CONFIG_MENU
 #define CONFIG_CMD_ELF
 #define CONFIG_CMD_ENV
 #define CONFIG_CMD_FLASH
@@ -133,6 +135,8 @@ 
 		"kernel_addr=0x44100000\0" \
 		"ramdisk_addr=0x44800000\0" \
 		"maxramdisk=0x1800000\0" \
+		"pxefile_addr_r=0x88000000\0" \
+		"kernel_addr_r=0x80008000\0" \
 		"console=ttyAMA0,38400n8\0" \
 		"dram=1024M\0" \
 		"root=/dev/sda1 rw\0" \