Skip to content
Snippets Groups Projects
Commit b45dd662 authored by Bin Meng's avatar Bin Meng
Browse files

pci: Remove CONFIG_ALWAYS_LOAD_OPROM


This option is defined at nowhere. Remove it.

Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 19ce924f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment