Skip to content
Snippets Groups Projects
Commit 06173782 authored by Lin Fuzhen's avatar Lin Fuzhen
Browse files

ENGR00268063 imx6x android: Fix build error


Fix build error when build Android

Signed-off-by: default avatarLin Fuzhen <fuzhen.lin@freescale.com>
parent 3b76c5db
No related branches found
No related tags found
No related merge requests found
...@@ -1508,6 +1508,9 @@ uint32_t authenticate_image(uint32_t ddr_start, uint32_t image_size) ...@@ -1508,6 +1508,9 @@ uint32_t authenticate_image(uint32_t ddr_start, uint32_t image_size)
#ifdef CONFIG_ANDROID_RECOVERY #ifdef CONFIG_ANDROID_RECOVERY
#ifndef CONFIG_ANDROID_RECOVERY_BOOTCMD_SD
#define CONFIG_ANDROID_RECOVERY_BOOTCMD_SD CONFIG_ANDROID_RECOVERY_BOOTCMD_MMC
#endif
struct reco_envs supported_reco_envs[BOOT_DEV_NUM] = { struct reco_envs supported_reco_envs[BOOT_DEV_NUM] = {
{ {
.cmd = CONFIG_ANDROID_RECOVERY_BOOTCMD_MMC, .cmd = CONFIG_ANDROID_RECOVERY_BOOTCMD_MMC,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment