commit | 6ac0ee596d54560d16998786f120a918cec1ad36 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 14 02:02:38 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Jul 12 13:46:01 2016 +0800 |
tree | 6f1ad7807189a1e0a00d0df7266dae8d5193c222 | |
parent | 9c6e862b708365e84975133ce712c477d2240b14 [diff] |
pci: Remove CONFIG_ALWAYS_LOAD_OPROM This option is defined at nowhere. Remove it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 9eb605b..3ae9231 100644 --- a/drivers/pci/pci_rom.c +++ b/drivers/pci/pci_rom.c
@@ -41,8 +41,6 @@ static bool should_load_oprom(struct udevice *dev) { - if (IS_ENABLED(CONFIG_ALWAYS_LOAD_OPROM)) - return 1; if (board_should_run_oprom(dev)) return 1;