public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] powerpc/83xx: remove staticness for qe_iop_conf_tab
@ 2013-07-04 13:37 Holger Brunck
  2013-07-04 13:37 ` [U-Boot] [PATCH 2/4] km/common: switch on CMD_GREPENV Holger Brunck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Holger Brunck @ 2013-07-04 13:37 UTC (permalink / raw)
  To: u-boot

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 */
-- 
1.8.0.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-18  6:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [U-Boot] [PATCH 1/4] powerpc/83xx: remove staticness for qe_iop_conf_tab Holger Brunck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox