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 modified.

Signed-off-by: Vitaly Andrianov <vita...@ti.com>
Why can't this be done with the existing CONFIG_OF_BOARD_SETUP and 'fdt
boardsetup' command?

Hi Tom,

The fdt_board_setup() is called at the beginning of the image_setup_libfdt(). After that fdt can be updated by fdt_resize(), fdt_initrd() etc. All those updates have to be fixed. That is why we have to call the ft_board_setup_ex() at the end
of the image_setup_libfdt().

Thanks,
Vitaly Andrianov.




_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to