Comment 0 for bug 934034

Revision history for this message
Philippe Langlais (philang) wrote : On 3.3 kernels vmalloc size needs to be increased by 16M

Since merge of io mapping into vmalloc area by N. Pitre, the vmalloc is too small for hwmem.
We get this error "kernel BUG at lib/ioremap.c:27!"

a temporary fix is:
Stop in u-boot with a key press then use the following commands:
setenv commonargs 'setenv bootargs console=${console} ip=dhcp vmalloc=272M'
saveenv
boot

The final solution, is to set vmalloc size to 272M in default u-boot command line.