From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 10 Jan 2020 08:34:05 +1300 Subject: [PATCH v3 6/9] configs: am57xx_evm: Enable Android commands In-Reply-To: <20191224195455.31836-7-semen.protsenko@linaro.org> References: <20191224195455.31836-1-semen.protsenko@linaro.org> <20191224195455.31836-7-semen.protsenko@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 24 Dec 2019 at 12:55, Sam Protsenko 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 > --- > 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