commit | 5174c583e8d15b516a0a20b1673e5226cce5f27b | [log] [tgz] |
---|---|---|
author | Sam Protsenko <semen.protsenko@linaro.org> | Thu Jul 25 20:20:18 2019 +0300 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 31 13:08:07 2019 -0400 |
tree | 006357c33364d6fd6c527a9dbdee5eb054b39276 | |
parent | bedcf52e0484d81a91f5da538087dfc54cc2b72e [diff] |
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>