diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 09:25:57 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-02-17 09:25:57 -0600 |
commit | 1eccad01acaf7659abdcc9a72408456558bb4fb0 (patch) | |
tree | b010744013f714a70e0e1e231524196ed398e4c3 /arch/powerpc/platforms/83xx/mpc832x_mds.c | |
parent | 336c3c2ec7e24bdf01c8f0c311ac7081b1f73d72 (diff) | |
download | linux-1eccad01acaf7659abdcc9a72408456558bb4fb0.tar.gz linux-1eccad01acaf7659abdcc9a72408456558bb4fb0.tar.bz2 linux-1eccad01acaf7659abdcc9a72408456558bb4fb0.zip |
[POWERPC] 83xx: Remove obsolete setting of ROOT_DEV.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/83xx/mpc832x_mds.c')
-rw-r--r-- | arch/powerpc/platforms/83xx/mpc832x_mds.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/powerpc/platforms/83xx/mpc832x_mds.c b/arch/powerpc/platforms/83xx/mpc832x_mds.c index c6bfe72893d4..71d9c0f17e47 100644 --- a/arch/powerpc/platforms/83xx/mpc832x_mds.c +++ b/arch/powerpc/platforms/83xx/mpc832x_mds.c @@ -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) |