diff options
Diffstat (limited to 'board/engicam/common/spl.c')
-rw-r--r-- | board/engicam/common/spl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/engicam/common/spl.c b/board/engicam/common/spl.c index a8a7cf317e..29a27ce80f 100644 --- a/board/engicam/common/spl.c +++ b/board/engicam/common/spl.c @@ -332,17 +332,6 @@ static void ccgr_init(void) #endif } -static void gpr_init(void) -{ - struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR; - - /* enable AXI cache for VDOA/VPU/IPU */ - writel(0xF00000CF, &iomux->gpr[4]); - /* set IPU AXI-id0 Qos=0xf(bypass) AXI-id1 Qos=0x7 */ - writel(0x007F007F, &iomux->gpr[6]); - writel(0x007F007F, &iomux->gpr[7]); -} - static void spl_dram_init(void) { #ifdef CONFIG_MX6QDL |