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:
parent
4fda02e747
commit
a9361b412f
|
|
@ -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}; " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue