]> Git Repo - u-boot.git/commit
configs: khadas-vim3*_android: fix environment saving
authorMattijs Korpershoek <[email protected]>
Thu, 26 Oct 2023 13:41:31 +0000 (15:41 +0200)
committerNeil Armstrong <[email protected]>
Thu, 26 Oct 2023 15:38:43 +0000 (17:38 +0200)
commit8a08092ddba82e18e8ed1ef84580aff00b419fbb
tree7d36b144010c15392413952887f2d1858845b1d0
parentfb428b61819444b9337075f49c72f326f5d12085
configs: khadas-vim3*_android: fix environment saving

The environment is used to configure some additional boot features such as:
* extra boot arguments
* enable AVB (Android Verified Boot) verification

Right now, we cannot store it in eMMC:

  Loading Environment from nowhere... OK

Fix it by enabling the appropriate options in the defconfig

Fixes: b749d5ecdc06 ("configs: meson64_android: define raw parts for bootloader")
Signed-off-by: Mattijs Korpershoek <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
configs/khadas-vim3_android_ab_defconfig
configs/khadas-vim3_android_defconfig
configs/khadas-vim3l_android_ab_defconfig
configs/khadas-vim3l_android_defconfig
This page took 0.039173 seconds and 4 git commands to generate.