diff options
Diffstat (limited to 'arch/ppc/syslib/m8xx_setup.c')
-rw-r--r-- | arch/ppc/syslib/m8xx_setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc/syslib/m8xx_setup.c b/arch/ppc/syslib/m8xx_setup.c index a192719929d3..97ffbc70574f 100644 --- a/arch/ppc/syslib/m8xx_setup.c +++ b/arch/ppc/syslib/m8xx_setup.c | |||
@@ -399,6 +399,8 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5, | |||
399 | strcpy(cmd_line, (char *)(r6+KERNELBASE)); | 399 | strcpy(cmd_line, (char *)(r6+KERNELBASE)); |
400 | } | 400 | } |
401 | 401 | ||
402 | identify_ppc_sys_by_name(BOARD_CHIP_NAME); | ||
403 | |||
402 | ppc_md.setup_arch = m8xx_setup_arch; | 404 | ppc_md.setup_arch = m8xx_setup_arch; |
403 | ppc_md.show_percpuinfo = m8xx_show_percpuinfo; | 405 | ppc_md.show_percpuinfo = m8xx_show_percpuinfo; |
404 | ppc_md.init_IRQ = m8xx_init_IRQ; | 406 | ppc_md.init_IRQ = m8xx_init_IRQ; |