public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH v2 1/5] env: Add support for callbacks to environment vars
Date: Fri, 28 Sep 2012 07:53:59 +0200	[thread overview]
Message-ID: <201209280753.59340.marex@denx.de> (raw)
In-Reply-To: <1348786060-30032-2-git-send-email-joe.hershberger@ni.com>

Dear Joe Hershberger,

[...]

> +	. = .;
> +	__u_boot_env_clbk_start = .;
> +	.u_boot_env_clbk : { *(.u_boot_env_clbk) }
> +	__u_boot_env_clbk_end = .;
> +
> +	. = ALIGN(4);
> +
[...]

Can you make some use of the LG-array patches ?

Best regards,
Marek Vasut

  reply	other threads:[~2012-09-28  5:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-21 22:03 [U-Boot] [RFC PATCH 0/5] Add environment call-back capability Joe Hershberger
2012-09-21 22:03 ` [U-Boot] [RFC PATCH 1/5] env: Add support for callbacks to environment vars Joe Hershberger
2012-09-26 19:33   ` Wolfgang Denk
2012-09-27 22:47     ` [U-Boot] [RFC PATCH v2 0/5] Add environment call-back capability Joe Hershberger
2012-09-27 22:47       ` [U-Boot] [RFC PATCH v2 1/5] env: Add support for callbacks to environment vars Joe Hershberger
2012-09-28  5:53         ` Marek Vasut [this message]
2012-09-27 22:47       ` [U-Boot] [RFC PATCH v2 2/5] env: Add a loadaddr env handler Joe Hershberger
2012-09-27 22:47       ` [U-Boot] [RFC PATCH v2 3/5] env: Add a bootfile " Joe Hershberger
2012-09-27 22:47       ` [U-Boot] [RFC PATCH v2 4/5] env: Add a baudrate " Joe Hershberger
2012-09-27 22:47       ` [U-Boot] [RFC PATCH v2 5/5] env: Add a console " Joe Hershberger
2012-09-21 22:03 ` [U-Boot] [RFC PATCH 2/5] env: Add a loadaddr " Joe Hershberger
2012-09-21 22:03 ` [U-Boot] [RFC PATCH 3/5] env: Add a bootfile " Joe Hershberger
2012-09-21 22:03 ` [U-Boot] [RFC PATCH 4/5] env: Add a baudrate " Joe Hershberger
2012-09-21 22:03 ` [U-Boot] [RFC PATCH 5/5] env: Add a console " Joe Hershberger

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=201209280753.59340.marex@denx.de \
    --to=marex@denx.de \
    --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