arch/arm/src/samv7: support progmem for pic32czca70 series
There were missing ifdef conditions for pic32czca70 series. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
4baad0aa22
commit
5d21aa823e
2 changed files with 4 additions and 2 deletions
|
|
@ -45,7 +45,8 @@
|
|||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70)
|
||||
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70) || \
|
||||
defined(CONFIG_ARCH_CHIP_PIC32CZCA70)
|
||||
/* All sectors are 128KB and are uniform in size.
|
||||
* The only exception is sector 0 which is subdivided into two small sectors
|
||||
* of 8KB and one larger sector of 112KB.
|
||||
|
|
|
|||
|
|
@ -58,7 +58,8 @@
|
|||
|
||||
/* Chip dependencies */
|
||||
|
||||
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70)
|
||||
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70) || \
|
||||
defined(CONFIG_ARCH_CHIP_PIC32CZCA70)
|
||||
/* All sectors are 128KB and are uniform in size.
|
||||
* The only exception is sector 0 which is subdivided into two small sectors
|
||||
* of 8KB and one larger sector of 112KB.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue