ARM: at91: sfr: implement DDR input buffers open function
[oweals/u-boot.git] / arch / arm / mach-at91 / include / mach / at91_common.h
index df7d0e7051ff0b4805b2024b4614016d7e007277..e929b5e1d207e53286f0ddbd8f52b68014a45395 100644 (file)
@@ -35,6 +35,9 @@ void at91_disable_wdt(void);
 void matrix_init(void);
 void redirect_int_from_saic_to_aic(void);
 void configure_2nd_sram_as_l2_cache(void);
+#ifdef CONFIG_ATMEL_SFR
+void configure_ddrcfg_input_buffers(bool open);
+#endif
 
 int at91_set_ethaddr(int offset);
 int at91_video_show_board_info(void);