/* * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __MX6UL_EVK_BRILLO_H #define __MX6UL_EVK_BRILLO_H #define CONFIG_ANDROID_BOOT_B_PARTITION_MMC 7 #define CONFIG_ANDROID_SYSTEM_B_PARTITION_MMC 8 #define CONFIG_ANDROID_MISC_PARTITION_MMC 9 #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION #define CONFIG_FASTBOOT_LOCK #define FSL_FASTBOOT_FB_DEV "mmc" #define FSL_FASTBOOT_DATA_PART_NUM 4 #define FSL_FASTBOOT_FB_PART_NUM 10 #define CONFIG_FSL_CAAM_KB #define CONFIG_SHA1 #define CONFIG_SHA256 #define CONFIG_SYS_BOOTM_LEN 0x1000000 #define CONFIG_CMD_READ #endif