From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 01 Dec 2014 13:31:54 +0100 Subject: [U-Boot] [PATCH v2] fdt: Fix regression in fdt_pack_reg() In-Reply-To: <1417181031-10004-1-git-send-email-hdegoede@redhat.com> References: <1417181031-10004-1-git-send-email-hdegoede@redhat.com> Message-ID: <547C5FBA.7060201@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 28.11.2014 14:23, Hans de Goede wrote: > After commit 933cdbb479: "fdt: Try to use fdt_address_cells()/fdt_size_cells()" > I noticed that allwinner boards would no longer boot. > > Switching to fdt_address_cells / fdt_size_cells changes the result from > bytes to 32 bit words, so when we increment pointers into the blob, we must > do so by 32 bit words now. > > This commit makes allwinner boards boot again. > > Signed-off-by: Hans de Goede Even if I'm a bit late with this answer, this fixes a regression on Linux booting on one of my mx6 boards. So: Tested-by: Stefan Roese Thanks, Stefan