mirror of
https://xff.cz/git/u-boot/
synced 2026-01-06 15:49:17 +01:00
fdtdec_get_addr_size could not parse addr/size correctly is using address-cells 2 and size-cells 2 on an ARM32 SoC. So switch to use devfdt_get_addr_size_index. Signed-off-by: Peng Fan <peng.fan@nxp.com>