diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2020-07-06 15:00:46 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2020-07-28 18:03:02 +0200 |
commit | 090f2505d9249db7c17cd9adc8b3487a39e789e4 (patch) | |
tree | c5c1de533ac0042c2f818b12e35d3c6154ded252 /configs/stm32mp15_basic_defconfig | |
parent | 9f9191a10785f96a5bb753f4cd6961cae56c389d (diff) |
configs: stm32mp15: activate CMD_ADTIMG
Activate the support of the command adtimg to handle android images.
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'configs/stm32mp15_basic_defconfig')
-rw-r--r-- | configs/stm32mp15_basic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/stm32mp15_basic_defconfig b/configs/stm32mp15_basic_defconfig index 2b828a7974..5c500a131e 100644 --- a/configs/stm32mp15_basic_defconfig +++ b/configs/stm32mp15_basic_defconfig @@ -29,6 +29,7 @@ CONFIG_SPL_DM_SPI_FLASH=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_SPI_FLASH_MTD=y CONFIG_SYS_PROMPT="STM32MP> " +CONFIG_CMD_ADTIMG=y # CONFIG_CMD_ELF is not set # CONFIG_CMD_EXPORTENV is not set # CONFIG_CMD_IMPORTENV is not set |