mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[sw] remove bootloader ISA checks / warning
This commit is contained in:
parent
33393eaf55
commit
f30aaddf56
1 changed files with 0 additions and 8 deletions
|
@ -238,14 +238,6 @@ uint8_t spi_flash_read_status(void);
|
|||
void spi_flash_write_addr(uint32_t addr);
|
||||
|
||||
|
||||
/**********************************************************************//**
|
||||
* Sanity check: Base RV32I ISA only!
|
||||
**************************************************************************/
|
||||
#if defined __riscv_atomic || defined __riscv_a || __riscv_b || __riscv_compressed || defined __riscv_c || defined __riscv_mul || defined __riscv_m
|
||||
#warning In order to allow the bootloader to run on *any* CPU configuration it should be compiled using the base rv32i ISA only.
|
||||
#endif
|
||||
|
||||
|
||||
/**********************************************************************//**
|
||||
* Bootloader main.
|
||||
**************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue