Re: [U-Boot] [U-Boot:RESEND][[PATCH 1/7] fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()

2014-02-10 Thread Tom Rini
On Fri, Feb 07, 2014 at 06:23:08PM -0500, Murali Karicheri wrote: From: Vitaly Andrianov vita...@ti.com The keystone2 SOC requires to fix all 32 bit aliased addresses to their 36 physical format. This has to happen after all fdt nodes are added or modified. Signed-off-by: Vitaly

Re: [U-Boot] [U-Boot:RESEND][[PATCH 1/7] fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()

2014-02-10 Thread Vitaly Andrianov
On 02/10/2014 04:25 PM, Tom Rini wrote: On Fri, Feb 07, 2014 at 06:23:08PM -0500, Murali Karicheri wrote: From: Vitaly Andrianov vita...@ti.com The keystone2 SOC requires to fix all 32 bit aliased addresses to their 36 physical format. This has to happen after all fdt nodes are added or

[U-Boot] [U-Boot:RESEND][[PATCH 1/7] fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()

2014-02-07 Thread Murali Karicheri
From: Vitaly Andrianov vita...@ti.com The keystone2 SOC requires to fix all 32 bit aliased addresses to their 36 physical format. This has to happen after all fdt nodes are added or modified. Signed-off-by: Vitaly Andrianov vita...@ti.com --- - Resending with some more in cc common/image-fdt.c