Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
39d2211d
Commit
39d2211d
authored
Oct 12, 2009
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS:
MTX-1
: Fix build if CONFIG_PCI is disabled.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
72838a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
arch/mips/alchemy/mtx-1/board_setup.c
arch/mips/alchemy/mtx-1/board_setup.c
+1
-2
No files found.
arch/mips/alchemy/mtx-1/board_setup.c
View file @
39d2211d
...
@@ -69,6 +69,7 @@ void __init board_setup(void)
...
@@ -69,6 +69,7 @@ void __init board_setup(void)
#else
#else
au_writel
(
0xf
,
Au1500_PCI_CFG
);
au_writel
(
0xf
,
Au1500_PCI_CFG
);
#endif
#endif
board_pci_idsel
=
mtx1_pci_idsel
;
#endif
#endif
/* Initialize sys_pinfunc */
/* Initialize sys_pinfunc */
...
@@ -85,8 +86,6 @@ void __init board_setup(void)
...
@@ -85,8 +86,6 @@ void __init board_setup(void)
alchemy_gpio_direction_output
(
211
,
1
);
/* green on */
alchemy_gpio_direction_output
(
211
,
1
);
/* green on */
alchemy_gpio_direction_output
(
212
,
0
);
/* red off */
alchemy_gpio_direction_output
(
212
,
0
);
/* red off */
board_pci_idsel
=
mtx1_pci_idsel
;
printk
(
KERN_INFO
"4G Systems MTX-1 Board
\n
"
);
printk
(
KERN_INFO
"4G Systems MTX-1 Board
\n
"
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment