On Wed, Dec 9, 2015 at 3:34 AM, Simon Glass <[email protected]> wrote: > On 7 December 2015 at 02:39, Bin Meng <[email protected]> wrote: >> Currently OF_BAD_ADDR is always -1ULL. When using OF_BAD_ADDR as the >> return value of dev_get_addr(), it creates potential size mismatch >> as dev_get_addr() uses FDT_ADDR_T_NONE as the return value which can >> be either -1U or -1ULL depending on CONFIG_PHYS_64BIT. Now we change >> OF_BAD_ADDR to FDT_ADDR_T_NONE to avoid such case. >> >> Signed-off-by: Bin Meng <[email protected]> >> --- >> >> common/fdt_support.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) > > Acked-by: Simon Glass <[email protected]>
applied to u-boot-x86/master, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

