From 2e16cc73885a342cc05dfb225e0c7ff75e05df2f Mon Sep 17 00:00:00 2001 From: Zhang Jiejing Date: Fri, 16 Mar 2012 17:49:36 +0800 Subject: ENGR00177070 android: isolate booti command to fix build. fix build error invoke by this patch: commit e3303f5b59df570c1f76b043d85e42be3dc7a63f Author: Lily Zhang Date: Fri Mar 9 21:16:51 2012 +0800 Signed-off-by: Zhang Jiejing --- include/configs/mx53_smd_android.h | 1 + include/configs/mx6q_sabrelite_android.h | 1 + include/configs/mx6q_sabresd_android.h | 1 + 3 files changed, 3 insertions(+) (limited to 'include/configs') diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index 0f5ce65..4c275ae 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -97,6 +97,7 @@ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x80000000 #define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x9400000 /* 148M byte */ +#define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY #define CONFIG_MTD_DEVICE diff --git a/include/configs/mx6q_sabrelite_android.h b/include/configs/mx6q_sabrelite_android.h index a574007..96c0bff 100644 --- a/include/configs/mx6q_sabrelite_android.h +++ b/include/configs/mx6q_sabrelite_android.h @@ -89,6 +89,7 @@ #define CONFIG_FASTBOOT_TRANSFER_BUF 0x30000000 #define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x10000000 /* 256M byte */ +#define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY #define CONFIG_ANDROID_BOOT_PARTITION_MMC 1 #define CONFIG_ANDROID_SYSTEM_PARTITION_MMC 5 diff --git a/include/configs/mx6q_sabresd_android.h b/include/configs/mx6q_sabresd_android.h index 883715f..2f842e5 100644 --- a/include/configs/mx6q_sabresd_android.h +++ b/include/configs/mx6q_sabresd_android.h @@ -44,6 +44,7 @@ #define CONFIG_FASTBOOT_TRANSFER_BUF_SIZE 0x10000000 /* 256M byte */ #endif /* if 0 */ +#define CONFIG_CMD_BOOTI #define CONFIG_ANDROID_RECOVERY /* which mmc bus is your main storage ? */ #define CONFIG_ANDROID_MAIN_MMC_BUS 3 -- cgit v1.1