Home
last modified time | relevance | path

Searched hist:"47 c14227b85eb93fedfa59497326ae0bba0fb407" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/BuR/common/
H A Dcommon.c47c14227b85eb93fedfa59497326ae0bba0fb407 Wed Apr 08 05:38:33 UTC 2015 Hannes Petermaier <oe5hpm@oevsv.at> board/BuR/common: simplify access to devicetree

instead of polling everytime the environment, we take usage of the global
gd->fdt_blob variable and check it only against NULL.

Variable "dtbaddr" from environment is needed only one time on loading the
devicetree within "load_devicetree()"

Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>