From a56b2aaef4f34cea3703322b2a54522eba1aeba8 Mon Sep 17 00:00:00 2001 From: Troy Kisky <troy.kisky@boundarydevices.com> Date: Fri, 4 Oct 2019 17:07:13 -0700 Subject: [PATCH] boundary: bootscripts: add 4096 extra space to fdt resize Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> --- board/boundary/bootscripts/bootscript-mainline.txt | 2 +- board/boundary/bootscripts/bootscript-ubuntu.txt | 2 +- board/boundary/bootscripts/bootscript-yocto.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/board/boundary/bootscripts/bootscript-mainline.txt b/board/boundary/bootscripts/bootscript-mainline.txt index 99bf01244db..efd7246abdc 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 6e3a3290edf..4dab886a34d 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 d4c59937e7f..4a05cd85403 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 -- GitLab