diff options
author | Terry Lv <r65388@freescale.com> | 2010-09-15 22:29:07 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2010-09-20 13:25:43 +0800 |
commit | 71ba5d33991342c566b92961b5c98e99861e20c0 (patch) | |
tree | ea4f11cddc74960823c08a2811c92ba48bd3b038 /include/asm-arm/arch-mx53 | |
parent | 6537dffd192344d8c786a037bce9f41db5448fc9 (diff) | |
download | u-boot-imx-71ba5d33991342c566b92961b5c98e99861e20c0.zip u-boot-imx-71ba5d33991342c566b92961b5c98e99861e20c0.tar.gz u-boot-imx-71ba5d33991342c566b92961b5c98e99861e20c0.tar.bz2 |
ENGR00131578: Add android recovery mode support for mx53
Add android recovery mode support for mx53.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx53')
-rw-r--r-- | include/asm-arm/arch-mx53/mx53.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |