diff options
Diffstat (limited to 'arch/arm/mach-pxa/poodle.c')
-rw-r--r-- | arch/arm/mach-pxa/poodle.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index b45560a8f6c4..a042473deedd 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
@@ -307,6 +307,10 @@ static void __init fixup_poodle(struct machine_desc *desc, | |||
307 | struct tag *tags, char **cmdline, struct meminfo *mi) | 307 | struct tag *tags, char **cmdline, struct meminfo *mi) |
308 | { | 308 | { |
309 | sharpsl_save_param(); | 309 | sharpsl_save_param(); |
310 | mi->nr_banks=1; | ||
311 | mi->bank[0].start = 0xa0000000; | ||
312 | mi->bank[0].node = 0; | ||
313 | mi->bank[0].size = (32*1024*1024); | ||
310 | } | 314 | } |
311 | 315 | ||
312 | MACHINE_START(POODLE, "SHARP Poodle") | 316 | MACHINE_START(POODLE, "SHARP Poodle") |