[U-Boot] [PATCH v5 12/13] arm: ca9x4_ct_vxp: enable pxe command support
Matt Waddel
matt.waddel at linaro.org
Fri Sep 9 18:17:33 CEST 2011
On 08/31/2011 09:37 AM, Jason Hobbs wrote:
> Signed-off-by: Jason Hobbs <jason.hobbs at calxeda.com>
> Cc: Matt Waddel <matt.waddel at linaro.org>
Acked-by: 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(-)
>
> 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" \
More information about the U-Boot
mailing list