On Tue, 24 Dec 2019 at 12:55, Sam Protsenko <semen.protse...@linaro.org> wrote: > > Enable Android commands that will be needed for Android 10 boot flow > implementation, for all AM57x variants. Commands enabled: > > 1. 'abootimg': > - CONFIG_CMD_ABOOTIMG=y > 2. 'ab_select': > - CONFIG_ANDROID_AB=y > - CONFIG_CMD_AB_SELECT=y > 3. 'avb': > - CONFIG_LIBAVB=y > - CONFIG_AVB_VERIFY=y > - CONFIG_CMD_AVB=y > > While at it, resync defconfig files with "make savedefconfig". > > Signed-off-by: Sam Protsenko <semen.protse...@linaro.org> > --- > configs/am57xx_evm_defconfig | 6 ++++++ > configs/am57xx_hs_evm_defconfig | 6 ++++++ > configs/am57xx_hs_evm_usb_defconfig | 6 ++++++ > 3 files changed, 18 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>