浏览代码

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>
Bin Meng 9 年之前
父节点
当前提交
b45dd66225
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/pci/pci_rom.c

+ 0 - 2
drivers/pci/pci_rom.c

@@ -41,8 +41,6 @@ __weak bool board_should_run_oprom(struct udevice *dev)
 
 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;