From 64a97599b79e277600bc6f1b22cf48aa04ee9bd0 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Tue, 11 Nov 2014 13:21:26 +0100 Subject: [PATCH] sunxi: gmac: Update bananapi fixup to the new CONFIG_TARGET_ structure The magic bit toucher needs to be updated to reflect the new board Kconfig structure Signed-off-by: Zoltan HERPAI Acked-by: Hans de Goede Signed-off-by: Hans de Goede --- 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 -- 2.7.4