commit | 8c95c55661e9bd51c284bb9d26f5a2b058f562d0 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Wed Dec 24 16:08:30 2014 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Jan 14 14:56:39 2015 +0100 |
tree | a3df897f7876400ee7b8a2cd66f134e95b5091ef | |
parent | e2bbdfb1e3a3def3586703622a4dade46019f943 [diff] |
sunxi: sunxi-common.h: Reduce bootm_size to take the framebuffer into account Before video output support can be enabled on the A13-OLinuXinoM, bootm_size must first be reduced to take into account that the framebuffer is shaved of the top of the DRAM. For other boards this is not an issue since bootm was set to 256M and all boards have at least 512M except for the A13-OLinuXinoM. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>