X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Farm%2Fmach-pxa%2Fpoodle.c;h=a042473deeddf40a3a29c49a942aebb802cc8248;hb=4e8f10b7ccf1c3c53a818a157962074a7340732e;hp=911e6ff5a9bd7066435b7070568256351ce93e34;hpb=292dd876ee765c478b27c93cc51e93a558ed58bf;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index 911e6ff5a9bd..a042473deedd 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c @@ -29,7 +29,6 @@ #include #include -#include #include #include #include @@ -308,6 +307,10 @@ static void __init fixup_poodle(struct machine_desc *desc, struct tag *tags, char **cmdline, struct meminfo *mi) { sharpsl_save_param(); + mi->nr_banks=1; + mi->bank[0].start = 0xa0000000; + mi->bank[0].node = 0; + mi->bank[0].size = (32*1024*1024); } MACHINE_START(POODLE, "SHARP Poodle")