From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Thu, 3 Jan 2019 13:14:53 -0500 Subject: [U-Boot] [PATCH 1/2] lib: fdtdec: fdtdec_get_addr_size_fixed remove checks In-Reply-To: References: <1545409471-10036-1-git-send-email-j-keerthy@ti.com> <1545409471-10036-2-git-send-email-j-keerthy@ti.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 Fri, 21 Dec 2018 at 09:24, Keerthy wrote: > > With 8 bytes addressing even on 32 bit machines these checks > are no longer valid. Remove them. > > Signed-off-by: Keerthy > --- > lib/fdtdec.c | 10 ---------- > 1 file changed, 10 deletions(-) Reviewed-by: Simon Glass Applied to u-boot-dm/next, thanks!