From 29e783d672136c192153ac4d6b8d5015026529c2 Mon Sep 17 00:00:00 2001 From: Sam Protsenko Date: Thu, 25 Jul 2019 20:20:18 +0300 Subject: configs: am57xx_evm_defconfig: Enable 'bcb' command It is essential to have an access to BCB area of 'misc' partition on Android devices [1]. For BeagleBoard X15 the 'bcb' command will be further used for reboot reason implementation and booting to recovery. It can be also used for debugging reasons, like checking RescueParty messages in BCB area. [1] doc/android/bcb.txt Signed-off-by: Sam Protsenko --- configs/am57xx_hs_evm_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am57xx_hs_evm_defconfig') diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig index d2548ff660..4563e98401 100644 --- a/configs/am57xx_hs_evm_defconfig +++ b/configs/am57xx_hs_evm_defconfig @@ -31,6 +31,7 @@ CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_DMA_SUPPORT=y # CONFIG_SPL_NAND_SUPPORT is not set CONFIG_SPL_SPI_LOAD=y +CONFIG_CMD_BCB=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_PMIC is not set -- cgit v1.2.3