diff options
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-07-30 10:07:08 +0200 |
---|---|---|
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | 2008-07-30 10:07:08 +0200 |
commit | b2b15ebb66f0e7958dff8916077da0aceb2982a8 (patch) | |
tree | 33ad7fe298698b4b59d53751b6b050e7e86dea34 /include/asm-avr32 | |
parent | b8ec9fb736abd99bff071bdf809951ea1b8a5dff (diff) | |
parent | 5c374c9ee16fee2bf68533cc4010b3c0df21f783 (diff) | |
download | u-boot-imx-b2b15ebb66f0e7958dff8916077da0aceb2982a8.zip u-boot-imx-b2b15ebb66f0e7958dff8916077da0aceb2982a8.tar.gz u-boot-imx-b2b15ebb66f0e7958dff8916077da0aceb2982a8.tar.bz2 |
Merge branch 'hammerhead' of git://git.denx.de/u-boot-avr32
Diffstat (limited to 'include/asm-avr32')
-rw-r--r-- | include/asm-avr32/arch-at32ap700x/clk.h | 1 |
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) |