From 857bf0d9cd3429d67cb75783f0e01d3d87be4630 Mon Sep 17 00:00:00 2001 From: Semen Protsenko Date: Mon, 24 Oct 2016 18:41:13 +0300 Subject: configs: am57xx: Enable fastboot Signed-off-by: Sam Protsenko Reviewed-by: Tom Rini --- configs/am57xx_evm_nodt_defconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'configs/am57xx_evm_nodt_defconfig') diff --git a/configs/am57xx_evm_nodt_defconfig b/configs/am57xx_evm_nodt_defconfig index 7d257f7aa6..7e08b0ab42 100644 --- a/configs/am57xx_evm_nodt_defconfig +++ b/configs/am57xx_evm_nodt_defconfig @@ -10,6 +10,15 @@ CONFIG_SPL=y CONFIG_SPL_DMA_SUPPORT=y CONFIG_SPL_OS_BOOT=y CONFIG_HUSH_PARSER=y +CONFIG_FASTBOOT=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_CMD_FASTBOOT=y +CONFIG_ANDROID_BOOT_IMAGE=y +CONFIG_FASTBOOT_BUF_ADDR=0x82000000 +CONFIG_FASTBOOT_BUF_SIZE=0x2f000000 +CONFIG_FASTBOOT_USB_DEV=1 +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=1 CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_ASKENV=y -- cgit