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 | |
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')
-rw-r--r-- | include/asm-arm/arch-mx51/mx51.h | 2 | ||||
-rw-r--r-- | include/asm-arm/arch-mx53/mx53.h | 3 | ||||
-rw-r--r-- | include/asm-arm/mxc_key_defs.h (renamed from include/asm-arm/arch-mx51/keypad.h) | 0 |
3 files changed, 3 insertions, 2 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 { 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 { diff --git a/include/asm-arm/arch-mx51/keypad.h b/include/asm-arm/mxc_key_defs.h index 1e67547..1e67547 100644 --- a/include/asm-arm/arch-mx51/keypad.h +++ b/include/asm-arm/mxc_key_defs.h |