[U-Boot] [PATCH] ftd_support: Fix regression causes by "fdt: Try to use fdt_address_cells()/fdt_size_cells()"

Stephen Warren swarren at wwwdotorg.org
Sun Nov 30 04:44:12 CET 2014


On 11/27/2014 03:16 AM, 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.

Tested-by: Stephen Warren <swarren at wwwdotorg.org>
This fixes kernel booting on the RPi too.


More information about the U-Boot mailing list