commit | 0ea6bcbc889683fce344ea489d39b1267a0b954e | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 14 02:02:39 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jul 12 13:46:01 2016 +0800 |
tree | eb5aab8426e8b29ac79829ab67a8e26c3fb19812 | |
parent | 6ac0ee596d54560d16998786f120a918cec1ad36 [diff] |
pci: Make load_oprom and run_oprom independent At present should_load_oprom() calls board_should_run_oprom() to determine whether oprom should be loaded. But sometimes we just want to load oprom without running. Make them independent. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>