arm: mvebu: Add option to use UART xmodem protocol via kwboot
[platform/kernel/u-boot.git] / arch / arm / mach-mvebu / include / mach / cpu.h
index 674fdaa..5e8bf0c 100644 (file)
@@ -117,6 +117,9 @@ unsigned int mvebu_sdram_bs(enum memory_bank bank);
 void mvebu_sdram_size_adjust(enum memory_bank bank);
 int mvebu_mbus_probe(struct mbus_win windows[], int count);
 int mvebu_soc_family(void);
+u32 mvebu_get_nand_clock(void);
+
+void return_to_bootrom(void);
 
 int mv_sdh_init(unsigned long regbase, u32 max_clk, u32 min_clk, u32 quirks);