Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.3
-
None
-
Security Level: Public (Viewable by anyone)
Description
In flash_map.c, flash_area_id_from_image_slot() and flash_area_id_to_image_slot() unconditionally reference the FLASH_AREA_IMAGE_1 macro. This causes build errors for a BSP using the single setup.
These functions should be modified to only reference these constants in the unified and split setups.