commit | 7769e549211252198d42302f5c6d3e1e346b6a0b | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Sep 25 11:12:37 2019 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Oct 08 09:55:11 2019 +0200 |
tree | 320404451976b8930696be40441edb8ca891a75e | |
parent | e37afb56af3436cab321a6e75f3796ee9cf17aee [diff] |
microblaze: Enable cache by default The whole cache code needs to be redesign to read information about cache from DT instead of macro selection. Enable caches by default because systems have caches on by default for Linux. Also enable CMD_CACHE to be able to disable cache if there is any issue. Signed-off-by: Michal Simek <michal.simek@xilinx.com>