From 71ba5d33991342c566b92961b5c98e99861e20c0 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Wed, 15 Sep 2010 22:29:07 +0800 Subject: ENGR00131578: Add android recovery mode support for mx53 Add android recovery mode support for mx53. Signed-off-by: Terry Lv --- include/asm-arm/arch-mx53/mx53.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/asm-arm/arch-mx53/mx53.h') diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h index ea04877..8c4f877 100644 --- a/include/asm-arm/arch-mx53/mx53.h +++ b/include/asm-arm/arch-mx53/mx53.h @@ -393,7 +393,8 @@ enum boot_device { SD_BOOT, MMC_BOOT, NAND_BOOT, - UNKNOWN_BOOT + UNKNOWN_BOOT, + BOOT_DEV_NUM = UNKNOWN_BOOT, }; enum mxc_clock { -- cgit v1.1