mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
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>
This commit is contained in:
parent
19ce924ff9
commit
b45dd66225
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue