summaryrefslogtreecommitdiff
path: root/polux
diff options
context:
space:
mode:
authorOlivier Dufour2013-01-31 09:17:47 +0100
committerCyril Jourdan2013-02-11 13:42:53 +0100
commit70329ddde3bc34234e67eebac6ef241862e6df95 (patch)
tree8fa471111eca18b70d684d85a22d1e42a643e239 /polux
parent2a5312e706bb786ef5e2649adda29530cb63adcc (diff)
cleo/linux/arch/arm/spc300: retrieve DSP mode from ATAG, refs #3734
Diffstat (limited to 'polux')
-rw-r--r--polux/linux-2.6.10/arch/arm/mach-mse500/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/polux/linux-2.6.10/arch/arm/mach-mse500/core.c b/polux/linux-2.6.10/arch/arm/mach-mse500/core.c
index 7c395894de..f08fccee92 100644
--- a/polux/linux-2.6.10/arch/arm/mach-mse500/core.c
+++ b/polux/linux-2.6.10/arch/arm/mach-mse500/core.c
@@ -176,7 +176,8 @@ static void __init mse500_fixup(struct machine_desc *desc, struct tag *tags,
}
if(tags->hdr.tag == ATAG_MSE500)
{
- /* We don't read plc_mem_size as we don't need it. */
+ /* We don't read plc_mem_size nor dsp_mode as we don't use
+ * these parameters. */
nvram_offset = tags->u.mse500.nvram_offset;
/* We assume that any element added to ATAG will never ever be
* removed. */