Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279743
b: refs/heads/master
c: 3731454
h: refs/heads/master
i:
  279741: be717a5
  279739: da2f39f
  279735: 2d82b53
  279727: be5e7f7
  279711: 8f40cef
  279679: 5cbd587
v: v3
  • Loading branch information
Greg Ungerer committed Dec 30, 2011
1 parent d8296c9 commit 2333ede
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef6aa00dc8e6eece53ac140ecd6183d331cf3173
refs/heads/master: 3731454033432abd37e1a6701eb0f1d73a47d680
8 changes: 7 additions & 1 deletion trunk/arch/m68k/kernel/setup_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ void __init setup_arch(char **cmdline_p)
#endif

/* The bootinfo is located right after the kernel bss */
m68k_parse_bootinfo((const struct bi_record *)_end);
if (!CPU_IS_COLDFIRE)
m68k_parse_bootinfo((const struct bi_record *)_end);

if (CPU_IS_040)
m68k_is040or060 = 4;
Expand Down Expand Up @@ -326,6 +327,11 @@ void __init setup_arch(char **cmdline_p)
case MACH_SUN3X:
config_sun3x();
break;
#endif
#ifdef CONFIG_COLDFIRE
case MACH_M54XX:
config_BSP(NULL, 0);
break;
#endif
default:
panic("No configuration setup");
Expand Down

0 comments on commit 2333ede

Please sign in to comment.