target-microblaze: Introduce a use-msr-instr property

Introduce a use-msr-instr property making msr instructions
optional.

Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
Edgar E. Iglesias 2017-06-20 13:13:26 +02:00
parent 9b9643181a
commit 5683750909
3 changed files with 5 additions and 3 deletions

View file

@ -301,6 +301,7 @@ struct MicroBlazeCPU {
uint8_t use_hw_mul;
bool use_barrel;
bool use_div;
bool use_msr_instr;
bool use_mmu;
bool dcache_writeback;
bool endi;