pci: Add board_ prefix to should_load_oprom() and make it weak
authorBin Meng <bmeng.cn@gmail.com>
Tue, 14 Jun 2016 09:02:40 +0000 (02:02 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jul 2016 05:46:01 +0000 (13:46 +0800)
commitf698baa9d14be89e10f3bc3ae16fb6a084bdee54
tree6b8f11a912004bf03de20f8212608043fb4c82c6
parentc0aea6ba8b008aa3e28d85d70f7fb11885d560e0
pci: Add board_ prefix to should_load_oprom() and make it weak

For consistency with board_should_run_oprom(), do the same to
should_load_oprom(). Board support codes can provide this one
to override the default weak one.

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