commit | 006bccbd0d757da78bfd2a244d96f61e0f7d2c66 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 25 21:33:07 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | c604130d7e9ee8998c5cfd8d03294b69eec9f239 | |
parent | 2cd11a23c8e01503032df34b99d563603a54f4d9 [diff] |
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>