Change FPU to hard
[vuplus_openembedded] / recipes / linux / linux-bm750 / linux_bm750_setup.patch
1 Index: arch/mips/kernel/setup.c
2 ===================================================================
3 --- arch/mips/kernel/setup.c    (revision 1)
4 +++ arch/mips/kernel/setup.c    (working copy)
5 @@ -653,6 +653,8 @@
6                                 usermem = 1;
7                         }
8                         mem_size = memparse(from + 4, &from);
9 +                       //csh memory_size hack for duo
10 +                       mem_size = 0x9000000;
11  #if defined (CONFIG_MIPS_BCM7440) || defined (CONFIG_MIPS_BCM7601) || defined (CONFIG_MIPS_BCM7635)
12  
13                         upper_mem_ram_size = 0;