commit | 4306051365e5b98efa5dc08b04b5b26caae99434 | [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 | c3af6b0052b343943b8ed4e51658343c966bfc7a [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>