]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Rename setup_fdt() and make it prepare also
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:35 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:23 +0000 (22:30 +0200)
commit77b3716f12607d16b9f5fcd84b0ab1ed48897c37
treeb482d252b7d0b53d630d95a475fd2f1bbb5ff805
parentb660fa9c7be26e43992e95561d056e28cf050486
fdt: Rename setup_fdt() and make it prepare also

There is little reason to split these two functions. Bring them together
which simplifies the init sequence.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c
include/fdtdec.h
lib/fdtdec.c