public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Matt Waddel <matt.waddel@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 11/13] Convert ca9x4_ct_vxp to standard env variables
Date: Fri, 09 Sep 2011 10:16:37 -0600	[thread overview]
Message-ID: <4E6A3BE5.6010108@linaro.org> (raw)
In-Reply-To: <1314805054-16250-12-git-send-email-jason.hobbs@calxeda.com>

On 08/31/2011 09:37 AM, Jason Hobbs wrote:
> Signed-off-by: Jason Hobbs <jason.hobbs@calxeda.com>
> Cc: Matt Waddel <matt.waddel@linaro.org>

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

> ---
> new in v4
> 
> changes for v5:
> - none
> 
>  include/configs/ca9x4_ct_vxp.h |   12 ++++++------
>  1 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/include/configs/ca9x4_ct_vxp.h b/include/configs/ca9x4_ct_vxp.h
> index 8c57eab..7e5dc66 100644
> --- a/include/configs/ca9x4_ct_vxp.h
> +++ b/include/configs/ca9x4_ct_vxp.h
> @@ -129,10 +129,10 @@
>  #define CONFIG_BOOTCOMMAND		"run bootflash;"
>  #define CONFIG_EXTRA_ENV_SETTINGS \
>  		"loadaddr=0x80008000\0" \
> -		"initrd=0x61000000\0" \
> -		"kerneladdr=0x44100000\0" \
> -		"initrdaddr=0x44800000\0" \
> -		"maxinitrd=0x1800000\0" \
> +		"ramdisk_addr_r=0x61000000\0" \
> +		"kernel_addr=0x44100000\0" \
> +		"ramdisk_addr=0x44800000\0" \
> +		"maxramdisk=0x1800000\0" \
>  		"console=ttyAMA0,38400n8\0" \
>  		"dram=1024M\0" \
>  		"root=/dev/sda1 rw\0" \
> @@ -142,8 +142,8 @@
>  			"mem=${dram} mtdparts=${mtd} mmci.fmax=190000 " \
>  			"devtmpfs.mount=0  vmalloc=256M\0" \
>  		"bootflash=run flashargs; " \
> -			"cp ${initrdaddr} ${initrd} ${maxinitrd}; " \
> -			"bootm ${kerneladdr} ${initrd}\0"
> +			"cp ${ramdisk_addr} ${ramdisk_addr_r} ${maxramdisk}; " \
> +			"bootm ${kernel_addr} ${ramdisk_addr_r}\0"
>  
>  /* FLASH and environment organization */
>  #define PHYS_FLASH_SIZE			0x04000000	/* 64MB */

  reply	other threads:[~2011-09-09 16:16 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-31 15:37 [U-Boot] [PATCH v5 00/13] Add PXE support Jason Hobbs
2011-08-31 15:37 ` [U-Boot] [PATCH v5 01/13] Add generic, reusable menu code Jason Hobbs
2011-10-17 20:16   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 02/13] common, menu: use abortboot for menu timeout Jason Hobbs
2011-10-17 20:16   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 03/13] common: add run_command2 for running simple or hush commands Jason Hobbs
2011-08-31 16:04   ` Mike Frysinger
2011-10-17 20:17   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 04/13] Add isblank Jason Hobbs
2011-10-17 20:17   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 05/13] cosmetic: remove unneeded curly braces Jason Hobbs
2011-10-17 20:18   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 06/13] Replace space and tab checks with isblank Jason Hobbs
2011-10-17 20:18   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 07/13] README: document standard image variables Jason Hobbs
2011-10-17 20:19   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 08/13] lib: add uuid_str_to_bin for use with bootp and PXE uuid Jason Hobbs
2011-10-17 20:19   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 09/13] Add pxe command Jason Hobbs
2011-10-17 20:20   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 10/13] net: bootp: add PXE/RFC 4578 DHCP options support Jason Hobbs
2011-10-17 20:21   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 11/13] Convert ca9x4_ct_vxp to standard env variables Jason Hobbs
2011-09-09 16:16   ` Matt Waddel [this message]
2011-10-17 20:22   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 12/13] arm: ca9x4_ct_vxp: enable pxe command support Jason Hobbs
2011-09-09 16:17   ` Matt Waddel
2011-10-17 20:22   ` Wolfgang Denk
2011-08-31 15:37 ` [U-Boot] [PATCH v5 13/13] arm: ca9x4_ct_vxp: enable PXE BOOTP options support Jason Hobbs
2011-09-09 16:18   ` Matt Waddel
2011-10-17 20:22   ` Wolfgang Denk
2011-09-08 17:23 ` [U-Boot] [PATCH v5 00/13] Add PXE support Jason Hobbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E6A3BE5.6010108@linaro.org \
    --to=matt.waddel@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox