From: Holger Brunck <holger.brunck@keymile.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] powerpc/83xx: remove staticness for qe_iop_conf_tab
Date: Wed, 18 Sep 2013 08:44:34 +0200 [thread overview]
Message-ID: <52394BD2.2090305@keymile.com> (raw)
In-Reply-To: <1372945054-20332-1-git-send-email-holger.brunck@keymile.com>
Hi Kim,
On 07/04/2013 03:37 PM, Holger Brunck wrote:
> commit a5510058 powerpc/83xx/km: make local functions and structs static
>
> removed the staticness also from this struct. But this struct is needed
> in arch/powerpc/cpu/mpc83xx/cpu_init.c and declared as extern.
>
> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
> ---
> board/keymile/km83xx/km83xx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/board/keymile/km83xx/km83xx.c b/board/keymile/km83xx/km83xx.c
> index 812a436..47c40f5 100644
> --- a/board/keymile/km83xx/km83xx.c
> +++ b/board/keymile/km83xx/km83xx.c
> @@ -31,7 +31,7 @@
>
> #include "../common/common.h"
>
> -static const qe_iop_conf_t qe_iop_conf_tab[] = {
> +const qe_iop_conf_t qe_iop_conf_tab[] = {
> /* port pin dir open_drain assign */
> #if defined(CONFIG_MPC8360)
> /* MDIO */
>
we are already at rc3 for v2013.10-rc3 could you please pull these 4 patches
into your tree to get them merge for mainline u-boot?
Thanks!
Holger
prev parent reply other threads:[~2013-09-18 6:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 13:37 [U-Boot] [PATCH 1/4] powerpc/83xx: remove staticness for qe_iop_conf_tab Holger Brunck
2013-07-04 13:37 ` [U-Boot] [PATCH 2/4] km/common: switch on CMD_GREPENV Holger Brunck
2013-07-04 13:37 ` [U-Boot] [PATCH 3/4] powerpc/km: drop unused CONFIG_SYS_DTT_LOW_TEMP Holger Brunck
2013-07-04 13:37 ` [U-Boot] [PATCH 4/4] km/scripts: fix ramfs Holger Brunck
2013-09-18 6:44 ` Holger Brunck [this message]
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=52394BD2.2090305@keymile.com \
--to=holger.brunck@keymile.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.