From a5c3bc03d12c2ed6b2627ea99f20d05b184d00d6 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Thu, 12 Nov 2009 14:25:13 +0800 Subject: ENGR00118362: Correct recovery NAND cmd This patch will fix three issues: 1. Add boot device detection. 2. Use right nand command in anroid for recovery mode. 3. Recovery mode code clean. Signed-off-by: Terry Lv --- include/asm-arm/arch-mx51/mx51.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-arm/arch-mx51/mx51.h') diff --git a/include/asm-arm/arch-mx51/mx51.h b/include/asm-arm/arch-mx51/mx51.h index 19097b9..6554b56 100644 --- a/include/asm-arm/arch-mx51/mx51.h +++ b/include/asm-arm/arch-mx51/mx51.h @@ -451,7 +451,7 @@ enum mxc_peri_clocks { extern unsigned int mxc_get_clock(enum mxc_clock clk); extern unsigned int get_board_rev(void); extern int is_soc_rev(int rev); -extern enum boot_device get_boot_device(); +extern enum boot_device get_boot_device(void); #endif /* __ASSEMBLER__*/ -- cgit v1.1