openisa_rv32m1: kconfig: Remove base address/size symbols

RISCV_RV32M1_VECTOR_BASE_ADDR is unused after commit 34b0516466
("boards: riscv32: rv32m1_vega: enable MCUboot for ri5cy core") (it was
called RISCV32_RV32M1_BASE_ADDR then).

RISCV_RV32M1_VECTOR_SIZE is still used, but is always 0x100, so remove
it too.

These symbols were only defined in a Kconfig.defconfig file.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-10-25 11:38:51 +02:00 committed by Maureen Helm
commit fdb936adae
2 changed files with 1 additions and 12 deletions

View file

@ -26,7 +26,7 @@
#define ROMABLE_REGION ROM
#define RAMABLE_REGION RAM
#define VECTOR_SIZE CONFIG_RISCV_RV32M1_VECTOR_SIZE
#define VECTOR_SIZE 0x100
#ifdef CONFIG_USE_DT_CODE_PARTITION