• Cam Mayor's avatar
    [ARM PATCH] 1453/1: fix clps711x framebuffer "use SRAM?" range · e0ddf22e
    Cam Mayor authored
    Patch from cam mayor
    
    when setting up the framebuffer on the clps711x platform, the code checks to see if your allocated memory area is less than 38400 bytes.  If it is, a comment is sent to the kernel output suggesting it could be placed into SRAM.  This patch modifies the check so that it is suggested if the allocated memory area is less than OR EQUAL TO 38400 bytes.  This value is important as 38400 bytes is exactly the size of a 320 x 240 x 4bpp screen.  
    e0ddf22e
clps711xfb.c 10.5 KB