configs: am62x_android_a53.config: Store environment in MMC

The android boot flow allows users to pick custom device tree overlays
to be applied for additional peripheral support.

This is done via an environment variable named "dtbo_index".
For example:

  => env set dtbo_index 2
  => saveenv

Allow users to save the environment so that the dtbos are applied on
each reboot.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
Mattijs Korpershoek 2023-07-17 15:27:34 +02:00 committed by Praneeth Bajjuri
parent ea6ec34a66
commit d5a7186e16
1 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,9 @@ CONFIG_CMD_BCB=y
CONFIG_CMD_AB_SELECT=y
CONFIG_CMD_AVB=y
CONFIG_LIBAVB=y
# Store env in eMMC for dtbo overlays
CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_OFFSET=0x680000
CONFIG_ENV_IS_IN_MMC=y
CONFIG_SYS_MMC_ENV_PART=1
CONFIG_SPL_ENV_IS_NOWHERE=y