commit | 647a2e1259dec4950ac885776c591deb3269f5bc | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Oct 11 22:14:30 2018 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Sat Oct 20 16:23:59 2018 +0100 |
tree | cfa2a8a51681cb64355dfb9e39132f251c84c0fb | |
parent | b3fddff7cce3ba2ab1f3908bc19059f2c08d168a [diff] |
allwinner: Disable USE_COHERENT_MEM According to the documentation, platforms may choose to trade memory footprint for performance (and elegancy) by not providing a separately mapped coherent page. Since a debug build is getting close to the SRAM size limit already, this allows us to save about 3.5KB of BSS and have some room for future enhancements. Signed-off-by: Andre Przywara <andre.przywara@arm.com>