From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 21 Apr 2019 12:26:21 -0700 Subject: [U-Boot] [PATCH v2 4/5] fdt: boot_get_fdt: android: compress handling (non-functional) In-Reply-To: <20190401104537.29801-5-erosca@de.adit-jv.com> References: <20190401104537.29801-1-erosca@de.adit-jv.com> <20190401104537.29801-5-erosca@de.adit-jv.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 1 Apr 2019 at 03:47, Eugeniu Rosca wrote: > > Prepare for booting Android images which lack any DTB in the second > area by using 'fdtaddr' environment variable as source/address of FDT. > No functional/behavioral change expected in this patch. > > Signed-off-by: Eugeniu Rosca > --- > Changes in v2: > - Restored fdt_totalsize() check > - Link v1: https://patchwork.ozlabs.org/patch/1071590/ > --- > common/image-fdt.c | 17 ++++++++--------- > 1 file changed, 8 insertions(+), 9 deletions(-) Reviewed-by: Simon Glass