Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
1eccad01
Commit
1eccad01
authored
Feb 17, 2007
by
Kumar Gala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[POWERPC] 83xx: Remove obsolete setting of ROOT_DEV.
Signed-off-by:
Kumar Gala
<
galak@kernel.crashing.org
>
parent
336c3c2e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
34 deletions
+0
-34
arch/powerpc/platforms/83xx/mpc832x_mds.c
arch/powerpc/platforms/83xx/mpc832x_mds.c
+0
-11
arch/powerpc/platforms/83xx/mpc834x_itx.c
arch/powerpc/platforms/83xx/mpc834x_itx.c
+0
-6
arch/powerpc/platforms/83xx/mpc834x_mds.c
arch/powerpc/platforms/83xx/mpc834x_mds.c
+0
-6
arch/powerpc/platforms/83xx/mpc8360e_pb.c
arch/powerpc/platforms/83xx/mpc8360e_pb.c
+0
-11
No files found.
arch/powerpc/platforms/83xx/mpc832x_mds.c
View file @
1eccad01
...
...
@@ -118,17 +118,6 @@ static void __init mpc832x_sys_setup_arch(void)
}
#endif
/* CONFIG_QUICC_ENGINE */
#ifdef CONFIG_BLK_DEV_INITRD
if
(
initrd_start
)
ROOT_DEV
=
Root_RAM0
;
else
#endif
#ifdef CONFIG_ROOT_NFS
ROOT_DEV
=
Root_NFS
;
#else
ROOT_DEV
=
Root_HDA1
;
#endif
}
static
int
__init
mpc832x_declare_of_platform_devices
(
void
)
...
...
arch/powerpc/platforms/83xx/mpc834x_itx.c
View file @
1eccad01
...
...
@@ -71,12 +71,6 @@ static void __init mpc834x_itx_setup_arch(void)
ppc_md
.
pci_exclude_device
=
mpc83xx_exclude_device
;
#endif
#ifdef CONFIG_ROOT_NFS
ROOT_DEV
=
Root_NFS
;
#else
ROOT_DEV
=
Root_HDA1
;
#endif
}
static
void
__init
mpc834x_itx_init_IRQ
(
void
)
...
...
arch/powerpc/platforms/83xx/mpc834x_mds.c
View file @
1eccad01
...
...
@@ -144,12 +144,6 @@ static void __init mpc834x_mds_setup_arch(void)
#endif
mpc834x_usb_cfg
();
#ifdef CONFIG_ROOT_NFS
ROOT_DEV
=
Root_NFS
;
#else
ROOT_DEV
=
Root_HDA1
;
#endif
}
static
void
__init
mpc834x_mds_init_IRQ
(
void
)
...
...
arch/powerpc/platforms/83xx/mpc8360e_pb.c
View file @
1eccad01
...
...
@@ -128,17 +128,6 @@ static void __init mpc8360_sys_setup_arch(void)
}
#endif
/* CONFIG_QUICC_ENGINE */
#ifdef CONFIG_BLK_DEV_INITRD
if
(
initrd_start
)
ROOT_DEV
=
Root_RAM0
;
else
#endif
#ifdef CONFIG_ROOT_NFS
ROOT_DEV
=
Root_NFS
;
#else
ROOT_DEV
=
Root_HDA1
;
#endif
}
static
int
__init
mpc8360_declare_of_platform_devices
(
void
)
...
...
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