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:
parent
ea6ec34a66
commit
d5a7186e16
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue