]> Git Repo - J-u-boot.git/blame_incremental - configs/am62x_a53_android.config
configs: stm32mp1: Restore boot SPL from sdcard for Engicam i.Core STM32MP1 C.TOUCH 2.0
[J-u-boot.git] / configs / am62x_a53_android.config
... / ...
CommitLineData
1# Defconfig fragment for enabling Android boot flow
2# to apply on top of am62x_evm_a53_defconfig or am62x_lpsk_a53_defconfig
3# Enable fastboot
4CONFIG_USB_FUNCTION_FASTBOOT=y
5CONFIG_FASTBOOT_BUF_ADDR=0xC0000000
6CONFIG_FASTBOOT_BUF_SIZE=0x2F000000
7CONFIG_FASTBOOT_FLASH=y
8CONFIG_FASTBOOT_FLASH_MMC_DEV=0
9CONFIG_CMD_GPT=y # Needed for FASTBOOT_CMD_OEM_FORMAT
10CONFIG_RANDOM_UUID=y # Needed for FASTBOOT_CMD_OEM_FORMAT
11CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
12# Enable Android boot flow
13CONFIG_BOOTMETH_ANDROID=y
14CONFIG_SYS_BOOTM_LEN=0x4000000
15CONFIG_SYS_MALLOC_LEN=0x08000000
16CONFIG_AVB_VERIFY=y
17CONFIG_LIBAVB=y
18CONFIG_CMD_ADTIMG=y
19CONFIG_CMD_ABOOTIMG=y
20CONFIG_CMD_AB_SELECT=y
21CONFIG_CMD_AVB=y
This page took 0.025975 seconds and 4 git commands to generate.