]> Git Repo - u-boot.git/commit
fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()
authorVitaly Andrianov <[email protected]>
Fri, 4 Apr 2014 17:16:47 +0000 (13:16 -0400)
committerTom Rini <[email protected]>
Thu, 17 Apr 2014 21:24:38 +0000 (17:24 -0400)
commit00c200f137b60a04b137e0c7f9097f87ea2ee755
tree3812387c93ea5dd312d3fd328efb1b7d5c833cfb
parentdf4dbb5df6ab1c1d27b3fd4acbaad69b47095daf
fdt: call ft_board_setup_ex() at the end of image_setup_libfdt()

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 <[email protected]>
Signed-off-by: Murali Karicheri <[email protected]>
Acked-by: Tom Rini <[email protected]>
common/image-fdt.c
include/fdt_support.h
This page took 0.035504 seconds and 4 git commands to generate.