diff --git a/board/boundary/bootscripts/bootscript-mainline.txt b/board/boundary/bootscripts/bootscript-mainline.txt index 99bf01244dbef24907214faf8044bc5f88f93922..efd7246abdcee94257df56a7b711003cbad1a0eb 100644 --- a/board/boundary/bootscripts/bootscript-mainline.txt +++ b/board/boundary/bootscripts/bootscript-mainline.txt @@ -71,7 +71,7 @@ else exit; fi -fdt resize +fdt resize 4096 if itest.s "x" != "x${cmd_board}" ; then run cmd_board fi diff --git a/board/boundary/bootscripts/bootscript-ubuntu.txt b/board/boundary/bootscripts/bootscript-ubuntu.txt index 6e3a3290edfb00d16c5a65604305d85c89c2b2ce..4dab886a34dece8b41a5cd6cfaa0a35f63a6d3bd 100644 --- a/board/boundary/bootscripts/bootscript-ubuntu.txt +++ b/board/boundary/bootscripts/bootscript-ubuntu.txt @@ -99,7 +99,7 @@ else exit; fi -fdt resize +fdt resize 4096 if itest.s "x" != "x${cmd_board}" ; then run cmd_board fi diff --git a/board/boundary/bootscripts/bootscript-yocto.txt b/board/boundary/bootscripts/bootscript-yocto.txt index d4c59937e7f7ec10cae76bb0a8700f8cbc66378a..4a05cd854034435c439eade8a8da162ee7c2ccb9 100644 --- a/board/boundary/bootscripts/bootscript-yocto.txt +++ b/board/boundary/bootscripts/bootscript-yocto.txt @@ -77,7 +77,7 @@ else exit; fi -fdt resize +fdt resize 4096 if itest.s "x" != "x${cmd_board}" ; then run cmd_board fi