configs: am62x_evm_android: add extrasize for applying dt overlay

Actually we just do a resize to fix issue when apply overlay on device
tree without any free space but if overlay take more place as default
extra size added fdt apply will fail.

So to fix this issue add extra size corresponding to page size.

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Acked-by: Vishal Mahaveer <vishalm@ti.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
Guillaume La Roque 2023-11-30 12:13:23 +01:00 committed by Praneeth Bajjuri
parent 4fda02e747
commit a9361b412f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
"dtbo_idx=''; " \
"for index in $dtbo_index; do " \
"adtimg get dt --index=$index dtbo_addr; " \
"fdt resize; " \
"fdt resize 4096; " \
"fdt apply $dtbo_addr; " \
"if test $dtbo_idx = ''; then " \
"dtbo_idx=${index}; " \