Commit 29e783d672136c192153ac4d6b8d5015026529c2

Authored by Sam Protsenko
Committed by Tom Rini
1 parent 4347b0b0b2

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 <semen.protsenko@linaro.org>

Showing 3 changed files with 3 additions and 0 deletions Side-by-side Diff

configs/am57xx_evm_defconfig
... ... @@ -29,6 +29,7 @@
29 29 CONFIG_SPL_SPI_LOAD=y
30 30 CONFIG_SPL_YMODEM_SUPPORT=y
31 31 CONFIG_CMD_SPL=y
  32 +CONFIG_CMD_BCB=y
32 33 # CONFIG_CMD_FLASH is not set
33 34 # CONFIG_CMD_SETEXPR is not set
34 35 # CONFIG_CMD_PMIC is not set
configs/am57xx_hs_evm_defconfig
... ... @@ -31,6 +31,7 @@
31 31 CONFIG_SPL_DMA_SUPPORT=y
32 32 # CONFIG_SPL_NAND_SUPPORT is not set
33 33 CONFIG_SPL_SPI_LOAD=y
  34 +CONFIG_CMD_BCB=y
34 35 # CONFIG_CMD_FLASH is not set
35 36 # CONFIG_CMD_SETEXPR is not set
36 37 # CONFIG_CMD_PMIC is not set
configs/am57xx_hs_evm_usb_defconfig
... ... @@ -36,6 +36,7 @@
36 36 CONFIG_SPL_USB_GADGET=y
37 37 CONFIG_SPL_DFU=y
38 38 CONFIG_SPL_YMODEM_SUPPORT=y
  39 +CONFIG_CMD_BCB=y
39 40 # CONFIG_CMD_FLASH is not set
40 41 # CONFIG_CMD_SETEXPR is not set
41 42 # CONFIG_CMD_PMIC is not set