summaryrefslogtreecommitdiff
path: root/include/asm-avr32/arch-at32ap700x
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-08-21 00:41:03 +0200
committerWolfgang Denk <wd@denx.de>2008-08-21 00:41:03 +0200
commit9ba404dd59c14149f7a5338af1b5fe52558415da (patch)
tree2595376e4684ce3c88cf69468cc657c305823d1f /include/asm-avr32/arch-at32ap700x
parentdb70b84329315c52f6ec77f5ae5ca1afe970a9bb (diff)
parent492671404140f09d5b21b3d2ce4e362c0692c069 (diff)
downloadu-boot-imx-9ba404dd59c14149f7a5338af1b5fe52558415da.zip
u-boot-imx-9ba404dd59c14149f7a5338af1b5fe52558415da.tar.gz
u-boot-imx-9ba404dd59c14149f7a5338af1b5fe52558415da.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-avr32
Diffstat (limited to 'include/asm-avr32/arch-at32ap700x')
-rw-r--r--include/asm-avr32/arch-at32ap700x/clk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-avr32/arch-at32ap700x/clk.h b/include/asm-avr32/arch-at32ap700x/clk.h
index a9d8431..e9a4fe4 100644
--- a/include/asm-avr32/arch-at32ap700x/clk.h
+++ b/include/asm-avr32/arch-at32ap700x/clk.h
@@ -82,6 +82,7 @@ static inline unsigned long get_spi_clk_rate(unsigned int dev_id)
#endif
extern void clk_init(void);
+extern void gclk_init(void) __attribute__((weak));
/* Board code may need the SDRAM base clock as a compile-time constant */
#define SDRAMC_BUS_HZ (MAIN_CLK_RATE >> CFG_CLKDIV_HSB)