* [U-Boot] [PATCH] sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_<BOARD> structure
@ 2014-11-11 12:21 Zoltan HERPAI
2014-11-18 19:52 ` Ian Campbell
0 siblings, 1 reply; 2+ messages in thread
From: Zoltan HERPAI @ 2014-11-11 12:21 UTC (permalink / raw)
To: u-boot
The magic bit toucher needs to be updated to reflect the new board Kconfig structure
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
---
board/sunxi/gmac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/sunxi/gmac.c b/board/sunxi/gmac.c
index 6348d27..051aca0 100644
--- a/board/sunxi/gmac.c
+++ b/board/sunxi/gmac.c
@@ -29,7 +29,7 @@ int sunxi_gmac_initialize(bd_t *bis)
* need to set bits 10-12 GTXDC "GMAC Transmit Clock Delay Chain"
* of the GMAC clk register to 3.
*/
-#ifdef CONFIG_BANANAPI
+#ifdef CONFIG_TARGET_BANANAPI
setbits_le32(&ccm->gmac_clk_cfg, 0x3 << 10);
#endif
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_<BOARD> structure
2014-11-11 12:21 [U-Boot] [PATCH] sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_<BOARD> structure Zoltan HERPAI
@ 2014-11-18 19:52 ` Ian Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Ian Campbell @ 2014-11-18 19:52 UTC (permalink / raw)
To: u-boot
On Tue, 2014-11-11 at 13:21 +0100, Zoltan HERPAI wrote:
> The magic bit toucher needs to be updated to reflect the new board Kconfig structure
>
> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-18 19:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-11 12:21 [U-Boot] [PATCH] sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_<BOARD> structure Zoltan HERPAI
2014-11-18 19:52 ` Ian Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox