Skip to content

Commit

Permalink
MIPS: 1004K: Enable SPRAM support.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 2, 2009
1 parent a951f28 commit a4e7cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/kernel/spram.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ __cpuinit void spram_config(void)
case CPU_24K:
case CPU_34K:
case CPU_74K:
case CPU_1004K:
config0 = read_c0_config();
/* FIXME: addresses are Malta specific */
if (config0 & (1<<24)) {
Expand Down

0 comments on commit a4e7cac

Please sign in to comment.