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-mx51/mx51.h | |
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-mx51/mx51.h')
-rw-r--r-- | include/asm-arm/arch-mx51/mx51.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-mx51/mx51.h b/include/asm-arm/arch-mx51/mx51.h index 816e792..d06abac 100644 --- a/include/asm-arm/arch-mx51/mx51.h +++ b/include/asm-arm/arch-mx51/mx51.h @@ -445,7 +445,7 @@ enum boot_device { NAND_BOOT = 0, SPI_NOR_BOOT, MMC_BOOT, - END_BOOT, + BOOT_DEV_NUM, }; enum mxc_clock { |