]> git.sur5r.net Git - u-boot/commit
board_f: Drop the extra fdtdec_prepare_fdt()
authorSimon Glass <sjg@chromium.org>
Mon, 26 Sep 2016 03:33:07 +0000 (21:33 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 11 Oct 2016 03:55:33 +0000 (11:55 +0800)
commit006bccbd0d757da78bfd2a244d96f61e0f7d2c66
treec604130d7e9ee8998c5cfd8d03294b69eec9f239
parent2cd11a23c8e01503032df34b99d563603a54f4d9
board_f: Drop the extra fdtdec_prepare_fdt()

This is already called earlier, from fdtdec_setup(), so drop this unnecessary
call from the init sequence.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/board_f.c